Loading tests/unit/CMakeLists.txt +2 −1 Original line number Diff line number Diff line Loading @@ -34,12 +34,13 @@ target_link_libraries(catch2_main add_executable(tests test_example_00.cpp test_example_01.cpp test_util_numeric.cpp test_utils_arithmetic.cpp ) target_link_libraries(tests catch2_main fmt::fmt arithmetic ) # Catch2's contrib folder includes some helper functions Loading tests/unit/test_util_numeric.cpp→tests/unit/test_utils_arithmetic.cpp +0 −0 File moved. View file Loading
tests/unit/CMakeLists.txt +2 −1 Original line number Diff line number Diff line Loading @@ -34,12 +34,13 @@ target_link_libraries(catch2_main add_executable(tests test_example_00.cpp test_example_01.cpp test_util_numeric.cpp test_utils_arithmetic.cpp ) target_link_libraries(tests catch2_main fmt::fmt arithmetic ) # Catch2's contrib folder includes some helper functions Loading