project (SVD_Runner)

FIND_PACKAGE(Boost COMPONENTS program_options filesystem)

include_directories (${Matrices_SOURCE_DIR} ${Boost_INCLUDE_DIR})

add_executable(svd_runner main.cpp svdrunner.cpp config.cpp)

target_link_libraries(svd_runner matrices ${Boost_LIBRARIES})

target_link_libraries(svd_runner ${LOG4CXX_LIBRARY})
