diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8296511b..53ed4a91 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -30,7 +30,7 @@ add_executable (hapcol HapCol.cpp ) - +include_directories(${Boost_INCLUDE_DIRS}) target_link_libraries(hapcol ${Boost_LIBRARIES}) install(TARGETS hapcol RUNTIME DESTINATION bin)