cmake_minimum_required(VERSION 2.8 FATAL_ERROR) include_directories(${BOOST_INCLUDE_DIR}) add_executable(boost_test test_boost.cpp)