INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/src ${Boost_INCLUDE_DIRS}) LINK_DIRECTORIES() ADD_EXECUTABLE(artis-tests test.cpp) TARGET_LINK_LIBRARIES(artis-tests artis-lib ${Boost_LIBRARIES}) INSTALL(TARGETS artis-tests DESTINATION bin) ADD_EXECUTABLE(artis-test-context test-context.cpp) TARGET_LINK_LIBRARIES(artis-test-context artis-lib ${Boost_LIBRARIES}) INSTALL(TARGETS artis-test-context DESTINATION bin)