提交 ba92e1e6 编写于 作者: S Shengliang Guan

feat: dump sdbdata to file

上级 9fcf9152
add_executable(create_table createTable.c)
add_executable(tmq_demo tmqDemo.c) add_executable(tmq_demo tmqDemo.c)
add_executable(tmq_sim tmqSim.c) add_executable(tmq_sim tmqSim.c)
add_executable(sdbDump sdbDump.c) add_executable(create_table createTable.c)
target_link_libraries( target_link_libraries(
create_table create_table
PUBLIC taos_static PUBLIC taos_static
...@@ -25,6 +24,7 @@ target_link_libraries( ...@@ -25,6 +24,7 @@ target_link_libraries(
) )
if(NOT TD_WINDOWS) if(NOT TD_WINDOWS)
add_executable(sdbDump sdbDump.c)
target_link_libraries( target_link_libraries(
sdbDump sdbDump
PUBLIC dnode PUBLIC dnode
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册