PROJECT(matrix_boundarygroup_builder)


FIND_PACKAGE(Boost COMPONENTS filesystem)

include_directories (${Matrices_SOURCE_DIR})
link_directories(${Matrices_BINARY_DIR})

add_executable(boundarygrouper main.cpp groupedboundary.cpp config.cpp)

target_link_libraries (boundarygrouper ${Boost_LIBRARIES})

target_link_libraries(boundarygrouper matrices)
target_link_libraries(boundarygrouper ${LOG4CXX_LIBRARY})
