add include path

This commit is contained in:
Kevin Burke 2014-05-24 12:04:04 +09:00
parent 1f09b20a12
commit 107937768e

View file

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