fix: compile error in win32
This commit is contained in:
parent
840ce50300
commit
944f3535b6
|
@ -16,7 +16,7 @@ aux_source_directory(src OS_SRC)
|
||||||
|
|
||||||
# taoscTest
|
# taoscTest
|
||||||
add_executable(taoscTest "taoscTest.cpp")
|
add_executable(taoscTest "taoscTest.cpp")
|
||||||
target_link_libraries(taoscTest ${TAOS_LIB} os gtest_main)
|
target_link_libraries(taoscTest PUBLIC ${TAOS_LIB} os util common gtest_main)
|
||||||
target_include_directories(
|
target_include_directories(
|
||||||
taoscTest
|
taoscTest
|
||||||
PUBLIC "${TD_SOURCE_DIR}/include/os"
|
PUBLIC "${TD_SOURCE_DIR}/include/os"
|
||||||
|
|
Loading…
Reference in New Issue