mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
9 lines
No EOL
222 B
CMake
9 lines
No EOL
222 B
CMake
aux_source_directory(src MGMT_SNODE)
|
|
add_library(mgmt_snode STATIC ${MGMT_SNODE})
|
|
target_include_directories(
|
|
mgmt_snode
|
|
PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/inc"
|
|
)
|
|
target_link_libraries(
|
|
mgmt_snode node_util
|
|
) |