CMakeLists.txt 143 字节
Newer Older
H
more  
hzcheng 已提交
1
cmake_minimum_required(VERSION 2.8)
S
#1177  
slguan 已提交
2

H
more  
hzcheng 已提交
3 4 5 6
project(tsdb)

add_subdirectory(common)

H
more  
hzcheng 已提交
7 8 9 10 11
add_subdirectory(tsdb)

enable_testing()

add_subdirectory(tests)