Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit ba87609

Browse files
Remove spurious library tc_test
1 parent d26f79a commit ba87609

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ set(GTEST_LIBS gtest gtest_main)
1111

1212
set(GOOGLE_LIBS ${GFLAGS_LIBRARIES} ${GLOG_LIBRARIES} ${GTEST_LIBS})
1313

14-
add_library(tc_test INTERFACE)
15-
target_include_directories(tc_test INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
16-
target_link_libraries(tc_test INTERFACE ${GOOGLE_LIBS})
17-
18-
1914
################################################################################
2015
# Finally, add tests
2116
################################################################################

0 commit comments

Comments
 (0)