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

H
more  
hzcheng 已提交
3 4
add_subdirectory(common)

H
more  
hzcheng 已提交
5 6 7 8
add_subdirectory(tsdb)

enable_testing()

H
hzcheng 已提交
9
# add_subdirectory(tests)