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