1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 01:22:25 +01:00

change ordering

This commit is contained in:
Kevin Burke
2014-05-24 12:39:00 +09:00
parent 61a602edde
commit 242c40d5ff
2 changed files with 2 additions and 2 deletions

View File

@@ -18,8 +18,8 @@ include_directories("/usr/include/wine/windows/")
# find and include SDL2
# INCLUDE(FindPkgConfig)
# PKG_SEARCH_MODULE(SDL2 REQUIRED sdl2)
INCLUDE_DIRECTORIES("/usr/include/sdl2")
INCLUDE_DIRECTORIES("/usr/include")
INCLUDE_DIRECTORIES("/usr/include/sdl2")
# here is the target environment located
SET(CMAKE_FIND_ROOT_PATH /usr/${COMPILER_PREFIX})