|
@@ -7,6 +7,16 @@ set(QGears_VERSION_MAJOR 0)
|
|
|
set(QGears_VERSION_MINOR 22)
|
|
set(QGears_VERSION_MINOR 22)
|
|
|
set(QGears_VERSION_PATCH 0)
|
|
set(QGears_VERSION_PATCH 0)
|
|
|
|
|
|
|
|
|
|
+set(CMAKE_FRAMEWORK_PATH
|
|
|
|
|
+ ${CMAKE_FRAMEWORK_PATH}
|
|
|
|
|
+ /Volumes/OgreSDK/OgreSDK/lib/macosx/Release
|
|
|
|
|
+ /Volumes/OgreSDK/OgreSDK/lib/macosx/Debug
|
|
|
|
|
+ )
|
|
|
|
|
+
|
|
|
|
|
+set(OGRE_FRAMEWORK_INCLUDES
|
|
|
|
|
+ /Volumes/OgreSDK/OgreSDK/include
|
|
|
|
|
+)
|
|
|
|
|
+
|
|
|
option(QGears_BUILD_PLUGINS "Build the plugins" TRUE)
|
|
option(QGears_BUILD_PLUGINS "Build the plugins" TRUE)
|
|
|
option(QGears_BUILD_UTILITIES "Build the utilities" TRUE)
|
|
option(QGears_BUILD_UTILITIES "Build the utilities" TRUE)
|
|
|
option(QGears_BUILD_TESTS "Build the unit tests" TRUE)
|
|
option(QGears_BUILD_TESTS "Build the unit tests" TRUE)
|