minor changes

This commit is contained in:
Shengliang Guan 2020-09-25 07:10:07 +00:00
parent 2f7cf2b02b
commit 5ec266098f
1 changed files with 4 additions and 4 deletions

View File

@ -22,8 +22,8 @@ IF (TD_LINUX)
#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(importPerTable importPerTable.c) #add_executable(importPerTable importPerTable.c)
target_link_libraries(importPerTable taos_static pthread) #target_link_libraries(importPerTable taos_static pthread)
#add_executable(hashPerformance hashPerformance.c) #add_executable(hashPerformance hashPerformance.c)
#target_link_libraries(hashPerformance taos_static tutil common pthread) #target_link_libraries(hashPerformance taos_static tutil common pthread)
@ -31,8 +31,8 @@ IF (TD_LINUX)
#add_executable(createTablePerformance createTablePerformance.c) #add_executable(createTablePerformance createTablePerformance.c)
#target_link_libraries(createTablePerformance taos_static tutil common pthread) #target_link_libraries(createTablePerformance taos_static tutil common pthread)
add_executable(createNormalTable createNormalTable.c) #add_executable(createNormalTable createNormalTable.c)
target_link_libraries(createNormalTable taos_static tutil common pthread) #target_link_libraries(createNormalTable taos_static tutil common pthread)
#add_executable(queryPerformance queryPerformance.c) #add_executable(queryPerformance queryPerformance.c)
#target_link_libraries(queryPerformance taos_static tutil common pthread) #target_link_libraries(queryPerformance taos_static tutil common pthread)