FIND_PACKAGE( Boost 1.55 COMPONENTS program_options filesystem system REQUIRED ) INCLUDE_DIRECTORIES( ${Boost_INCLUDE_DIR} ) ADD_EXECUTABLE( splitter splitter.cpp ) ADD_EXECUTABLE( table_splitter table_splitter.cpp ) TARGET_LINK_LIBRARIES( splitter ${Boost_LIBRARIES} ) TARGET_LINK_LIBRARIES( table_splitter ${Boost_LIBRARIES} )