提交 35961a9c 编写于 作者: S Shengliang Guan

rename files

上级 a1c1a062
aux_source_directory(src DNODE_SRC)
aux_source_directory(dnode/src DNODE_SRC)
add_library(dnode STATIC ${DNODE_SRC})
target_link_libraries(
dnode cjson mnode vnode qnode snode bnode wal sync taos tfs monitor
)
target_include_directories(
dnode
PUBLIC "${CMAKE_SOURCE_DIR}/include/dnode/mgmt"
PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/inc"
PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/dnode/inc"
)
add_subdirectory(exec) add_subdirectory(exec)
add_subdirectory(impl)
\ No newline at end of file #if(${BUILD_TEST})
# add_subdirectory(test)
#endif(${BUILD_TEST})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册