mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Add include directories of packages retrieved
This commit is contained in:
parent
8f3b0fce24
commit
13bd5a3215
@ -96,10 +96,18 @@ endif (MINGW)
|
||||
|
||||
set (CMAKE_INCLUDE_PATH ${CMAKE_INSTALL_PREFIX}/include)
|
||||
set (CMAKE_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib)
|
||||
|
||||
find_package (Intl REQUIRED)
|
||||
include_directories (${Intl_INCLUDE_DIRS})
|
||||
|
||||
find_package (Iconv REQUIRED)
|
||||
include_directories (${Iconv_INCLUDE_DIRS})
|
||||
|
||||
find_package (Argagg REQUIRED)
|
||||
include_directories (${Argagg_INCLUDE_DIRS})
|
||||
|
||||
find_package (SDLKitchensink REQUIRED)
|
||||
include_directories (${SDLKitchensink_INCLUDE_DIRS})
|
||||
|
||||
find_package (PkgConfig REQUIRED)
|
||||
pkg_search_module (SDL2 REQUIRED sdl2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user