project(matrices_tests)

include_directories(${Matrices_SOURCE_DIR} ${unit_tests_SOURCE_DIR})
add_executable(tests-matrices main.cpp matrix_loading.cpp measures.cpp)
target_link_libraries(tests-matrices ${Boost_LIBRARIES} test_utils)
add_custom_target(test-matrices tests-matrices)
