Skip to content

Commit 832fa39

Browse files
committed
Additional cleanup
Signed-off-by: Ian <[email protected]>
1 parent 734c490 commit 832fa39

File tree

3 files changed

+56
-280
lines changed

3 files changed

+56
-280
lines changed

CMakeLists_OLD.txt

Lines changed: 0 additions & 243 deletions
This file was deleted.

tests/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ add_library(ccmath::test ALIAS ccmath-test)
2222
target_link_libraries(ccmath-test
2323
PUBLIC
2424
ccmath::ccmath # target library to test e.g. CCMath :)
25-
26-
${Abseil_LIBRARIES}
27-
gtest::gtest
28-
re2::re2
25+
ccmath::ext
2926
)
3027

3128
target_include_directories(ccmath-test PUBLIC

0 commit comments

Comments
 (0)