1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 05:23:04 +01:00

add sdl include dir

This commit is contained in:
Kevin Burke
2014-05-24 12:08:33 +09:00
parent 107937768e
commit 5ef8cd4f60

View File

@@ -8,9 +8,8 @@ before_install:
- ls -al /usr/bin
- ls -al /usr/include/SDL2
script:
- which crossdev
- echo "Hello World"
- mkdir build
- pushd build; cmake -DCMAKE_TOOLCHAIN_FILE=../CMakeLists_mingw.txt -DCMAKE_BUILD_TYPE=Debug -DEO_SOURCE_DIR:PATH=/usr/include/SDL2 .. ; popd
- pushd build; SDL_INCLUDE_DIRS=/usr/include/SDL2 cmake -DCMAKE_TOOLCHAIN_FILE=../CMakeLists_mingw.txt -DCMAKE_BUILD_TYPE=Debug .. ; popd
#notifications:
#irc: "irc.freenode.net#openrct2"