add_executable(conformallab_tests test_clausen.cpp test_hyper_ideal_utility.cpp test_matrix_utility.cpp test_surface_curve_utility.cpp ) target_include_directories(conformallab_tests SYSTEM PRIVATE ${CMAKE_SOURCE_DIR}/deps/eigen-3.4.0 ) target_include_directories(conformallab_tests PRIVATE ${CMAKE_SOURCE_DIR}/include ) target_link_libraries(conformallab_tests PRIVATE GTest::gtest_main) include(GoogleTest) gtest_discover_tests(conformallab_tests DISCOVERY_TIMEOUT 60)