summaryrefslogtreecommitdiff
path: root/share/cmake-3.5/Modules/Platform/Darwin-GNU-C.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.5/Modules/Platform/Darwin-GNU-C.cmake')
-rwxr-xr-xshare/cmake-3.5/Modules/Platform/Darwin-GNU-C.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/cmake-3.5/Modules/Platform/Darwin-GNU-C.cmake b/share/cmake-3.5/Modules/Platform/Darwin-GNU-C.cmake
new file mode 100755
index 0000000..efdfd00
--- /dev/null
+++ b/share/cmake-3.5/Modules/Platform/Darwin-GNU-C.cmake
@@ -0,0 +1,4 @@
+include(Platform/Darwin-GNU)
+__darwin_compiler_gnu(C)
+cmake_gnu_set_sysroot_flag(C)
+cmake_gnu_set_osx_deployment_target_flag(C)