yadro-task/tests/CMakeLists.txt

5 lines
173 B
CMake
Raw Normal View History

add_executable(filetape_tests ${PROJECT_SOURCE_DIR}/tests/filetape_tests.cpp)
target_link_libraries(filetape_tests PRIVATE tapelib)
add_test(filetape_tests filetape_tests)