A clean ogre project with cmake. It aims to be a start for Ogre based projects and to compile on as much different environment as possible.
| Travis Ubuntu 12.04 | Travis Ubuntu 14.04 | Gitlab CI Debian Jessie
---------|---------------------|---------------------|------------------------ Ogre 1.9 | ✔️ | ✔️ | ✔️ Ogre 1.8 | ✔️ | ✔️ | ✔️ Ogre 1.7 | ✔️ | ❌ | ❌
- Ogre 2.0 and 2.1 support.
- Travis Mac support.
- Appveyor support.
- Android build.
- Mingw cross-compilation support (build 32bits from 64bits and vice versa).
- Mingw Windows build.
- Maybe some unit tests?
mkdir build
cd build
cmake ..
make
make install
... are highly welcomed!