project (WBST_simfunction_Tester)

FIND_PACKAGE(Boost COMPONENTS program_options filesystem date_time thread)

include_directories (${Matrices_SOURCE_DIR} ${Comparator_SOURCE_DIR} ${Boost_INCLUDE_DIR})

add_executable(wbstTester wbst_tester.cpp config.cpp tester.cpp)

target_link_libraries(wbstTester matrices comparator ${Boost_LIBRARIES})

