Mirai-Team / mirai-project

C++ library for games making purposes.
Other
3 stars 0 forks source link

Updated CMakeLists. #41

Closed Lomadriel closed 9 years ago

Lomadriel commented 9 years ago

Allow us to compile examples and tools with: mkdir build/ cd build cmake . --build ../ -DMIRAI_TOOLS:BOOL=1 -DMIRAI_EXAMPLES:BOOL=1

Lomadriel commented 9 years ago

If this pull is accepted. We must update the wiki. I have to do the linux part.

Lomadriel commented 9 years ago

We can't make examples with travis because travis use an old version of ubuntu (12.04) which is unsupported by SFML 2.2.

Lomadriel commented 9 years ago

Removed examples compilation because travis is under Ubuntu 12.04 which isn't support by SFML2.2