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

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

add_subdirectory(common)

add_subdirectory(tsdb)