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