diff --git a/CMakeLists.txt b/CMakeLists.txt index 57ff44a..efabda6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,6 +71,10 @@ pkg_search_module(SDL2MIXER REQUIRED SDL2_mixer) pkg_search_module(SDL2IMAGE REQUIRED SDL2_image) pkg_search_module(SDL2TTF REQUIRED SDL2_ttf) +include_directories(${SDL2MIXER_INCLUDE_DIRS}) +include_directories(${SDL2IMAGE_INCLUDE_DIRS}) +include_directories(${SDL2TTF_INCLUDE_DIRS}) + find_package(Boost COMPONENTS program_options REQUIRED) #Find all sources but one