mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
7 lines
No EOL
207 B
CMake
7 lines
No EOL
207 B
CMake
aux_source_directory(src QNODE_SRC)
|
|
add_library(qnode ${QNODE_SRC})
|
|
target_include_directories(
|
|
qnode
|
|
PUBLIC "${CMAKE_SOURCE_DIR}/include/server/qnode"
|
|
private "${CMAKE_CURRENT_SOURCE_DIR}/inc"
|
|
) |