1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 03:54:40 +00:00

Restored building with static ogre.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
This commit is contained in:
Lukasz Gromanowski 2013-04-03 19:19:25 +02:00
parent d070860f09
commit af509ce016

View File

@ -4,7 +4,7 @@ compiler:
before_script:
- mkdir build
- cd build
- cmake .. -DMYGUI_STATIC=1
- cmake .. -DOGRE_STATIC=1 -DMYGUI_STATIC=1
- cat CMakeCache.txt
before_install:
- git submodule update --init --recursive