提交 1ff3135d 编写于 作者: S Shengliang Guan

[TD-10430] minor changes

上级 6bf279b6
......@@ -3,6 +3,10 @@ if(${BUILD_TEST})
endif(${BUILD_TEST})
add_subdirectory(cJson)
target_include_directories(
cJSON
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/cJson
)
add_subdirectory(lz4/build/cmake)
add_subdirectory(zlib)
target_include_directories(
......
......@@ -3,7 +3,7 @@ add_library(dnode ${DNODE_SRC})
target_link_libraries(
dnode
PUBLIC os
PUBLIC cJson
PUBLIC cJSON
)
target_include_directories(
dnode
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册