fix: update the cmake file.
This commit is contained in:
parent
ab907e3344
commit
01f6f74fb9
|
@ -8,10 +8,20 @@ AUX_SOURCE_DIRECTORY(${CMAKE_CURRENT_SOURCE_DIR} SOURCE_LIST)
|
||||||
# bloomFilterTest
|
# bloomFilterTest
|
||||||
ADD_EXECUTABLE(streamUpdateTest "tstreamUpdateTest.cpp")
|
ADD_EXECUTABLE(streamUpdateTest "tstreamUpdateTest.cpp")
|
||||||
|
|
||||||
TARGET_LINK_LIBRARIES(
|
#TARGET_LINK_LIBRARIES(
|
||||||
streamUpdateTest
|
# streamUpdateTest
|
||||||
|
# PUBLIC os util common gtest gtest_main stream executor
|
||||||
|
#)
|
||||||
|
|
||||||
|
IF (TD_GRANT)
|
||||||
|
TARGET_LINK_LIBRARIES(streamUpdateTest
|
||||||
|
PUBLIC os util common gtest gtest_main stream executor grant
|
||||||
|
)
|
||||||
|
ELSE ()
|
||||||
|
TARGET_LINK_LIBRARIES(streamUpdateTest
|
||||||
PUBLIC os util common gtest gtest_main stream executor
|
PUBLIC os util common gtest gtest_main stream executor
|
||||||
)
|
)
|
||||||
|
ENDIF()
|
||||||
|
|
||||||
TARGET_INCLUDE_DIRECTORIES(
|
TARGET_INCLUDE_DIRECTORIES(
|
||||||
streamUpdateTest
|
streamUpdateTest
|
||||||
|
|
Loading…
Reference in New Issue