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