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_VNODE)
|
|
add_library(mgmt_vnode STATIC ${MGMT_VNODE})
|
|
target_include_directories(
|
|
mgmt_vnode
|
|
PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/inc"
|
|
)
|
|
target_link_libraries(
|
|
mgmt_vnode node_util
|
|
) |