CMakeLists.txt 227 Bytes
Newer Older
1 2 3 4 5
add_executable(test_nr_common test_nr_common.cpp)
target_link_libraries(test_nr_common PRIVATE nr_common GTest::gtest minimal_lib)
add_dependencies(tests test_nr_common)
add_test(NAME test_nr_common
  COMMAND ./test_nr_common)