|
|
|
|
@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 2.8.8)
|
|
|
|
|
project(Magnum) |
|
|
|
|
|
|
|
|
|
option(TARGET_GLES "Build for OpenGL ES 2 instead of desktop OpenGL" OFF) |
|
|
|
|
option(GCC44_COMPATIBILITY "Enable compatibility mode for GCC 4.4 (might disable some features)" OFF) |
|
|
|
|
option(GCC45_COMPATIBILITY "Enable compatibility mode for GCC 4.5 (might disable some features)" OFF) |
|
|
|
|
|
|
|
|
|
option(BUILD_TESTS "Build unit tests (requires Qt4)." OFF) |
|
|
|
|
|