summaryrefslogtreecommitdiff
path: root/Modules/Platform/Apple-GNU-OBJC.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/Apple-GNU-OBJC.cmake')
-rw-r--r--Modules/Platform/Apple-GNU-OBJC.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/Platform/Apple-GNU-OBJC.cmake b/Modules/Platform/Apple-GNU-OBJC.cmake
new file mode 100644
index 000000000..aa8b33f24
--- /dev/null
+++ b/Modules/Platform/Apple-GNU-OBJC.cmake
@@ -0,0 +1,4 @@
+include(Platform/Apple-GNU)
+__apple_compiler_gnu(OBJC)
+cmake_gnu_set_sysroot_flag(OBJC)
+cmake_gnu_set_osx_deployment_target_flag(OBJC)