summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Toolchain/xcode-iphone-sim-3.2.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Toolchain/xcode-iphone-sim-3.2.cmake b/Toolchain/xcode-iphone-sim-3.2.cmake
new file mode 100644
index 000000000..89decbd93
--- /dev/null
+++ b/Toolchain/xcode-iphone-sim-3.2.cmake
@@ -0,0 +1,5 @@
+set(USE_UIKIT 1)
+set(CMAKE_OSX_SYSROOT Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneOS3.2.sdk)
+set(CMAKE_FIND_ROOT_PATH ${CMAKE_OSX_SYSROOT})
+set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
+set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)