CMakeLists.txt 351 字节
Newer Older
H
Hongze Cheng 已提交
1
add_subdirectory(transport)
2
add_subdirectory(sync)
H
refact  
Hongze Cheng 已提交
3
add_subdirectory(tkv)
H
refact  
Hongze Cheng 已提交
4
add_subdirectory(index)
H
refact  
Hongze Cheng 已提交
5 6
add_subdirectory(wal)
add_subdirectory(parser)
H
Hongze Cheng 已提交
7
add_subdirectory(scheduler)
H
refact  
Hongze Cheng 已提交
8
add_subdirectory(cache)
H
Hongze Cheng 已提交
9 10
add_subdirectory(catalog)
add_subdirectory(executor)
11
add_subdirectory(planner)
D
dapan1121 已提交
12
add_subdirectory(function)
H
Haojun Liao 已提交
13
add_subdirectory(qcom)
D
dapan1121 已提交
14
add_subdirectory(qworker)