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