resolve compile error
This commit is contained in:
parent
a6423b7816
commit
57fa96a720
|
@ -109,14 +109,6 @@ add_test(
|
||||||
COMMAND tbaseCodecTest
|
COMMAND tbaseCodecTest
|
||||||
)
|
)
|
||||||
|
|
||||||
# tbaseCodecTest
|
|
||||||
add_executable(tbaseCodecTest "tbaseCodecTest.cpp")
|
|
||||||
target_link_libraries(tbaseCodecTest os util common gtest_main)
|
|
||||||
add_test(
|
|
||||||
NAME tbaseCodecTest
|
|
||||||
COMMAND tbaseCodecTest
|
|
||||||
)
|
|
||||||
|
|
||||||
# bufferTest
|
# bufferTest
|
||||||
add_executable(bufferTest "bufferTest.cpp")
|
add_executable(bufferTest "bufferTest.cpp")
|
||||||
target_link_libraries(bufferTest os util gtest_main)
|
target_link_libraries(bufferTest os util gtest_main)
|
||||||
|
|
Loading…
Reference in New Issue