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