parent
53e5f84d64
commit
da266b1c1b
|
@ -16,6 +16,6 @@ IF ((TD_LINUX_64) OR (TD_LINUX_32 AND TD_ARM))
|
||||||
add_executable(importOneRow importOneRow.c)
|
add_executable(importOneRow importOneRow.c)
|
||||||
target_link_libraries(importOneRow taos_static pthread)
|
target_link_libraries(importOneRow taos_static pthread)
|
||||||
|
|
||||||
add_executable(importPerTabe importPerTabe.c)
|
add_executable(importPerTable importPerTable.c)
|
||||||
target_link_libraries(importPerTabe taos_static pthread)
|
target_link_libraries(importPerTable taos_static pthread)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
Loading…
Reference in New Issue