paulsapps 11 лет назад
Родитель
Сommit
5c6b7781b0
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      CMakeLists.txt

+ 10 - 0
CMakeLists.txt

@@ -7,6 +7,16 @@ set(QGears_VERSION_MAJOR 0)
 set(QGears_VERSION_MINOR 22)
 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_UTILITIES   "Build the utilities"   TRUE)
 option(QGears_BUILD_TESTS       "Build the unit tests"  TRUE)