CMakeLists.txt 102 Bytes
Newer Older
1 2
add_executable(tests
        main.cpp
3 4
        base_tests.cpp)
target_link_libraries(tests catch2 pls)