# define the test executable add_executable(unload_to_finda_tests test_unload_to_finda.cpp) # define required search paths target_include_directories( unload_to_finda_tests PUBLIC ${CMAKE_SOURCE_DIR}/src/modules ${CMAKE_SOURCE_DIR}/src/hal ${CMAKE_SOURCE_DIR}/src/logic ) # tell build system about the test case add_catch_test(unload_to_finda_tests)