diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d41f5f..907b53a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,12 +9,14 @@ include(FindPkgConfig) PKG_SEARCH_MODULE(SDL2 REQUIRED sdl2) find_package(PNG REQUIRED) +find_package(Boost 1.35.0 REQUIRED) add_definitions(${PNG_DEFINITIONS}) include_directories(SYSTEM ${SDL2_INCLUDE_DIR} ${PNG_INCLUDE_DIRS} + ${Boost_INCLUDE_DIRS} ) include_directories( src