summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CompilerLauncher/OBJC.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/CompilerLauncher/OBJC.cmake')
-rw-r--r--Tests/RunCMake/CompilerLauncher/OBJC.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/CompilerLauncher/OBJC.cmake b/Tests/RunCMake/CompilerLauncher/OBJC.cmake
new file mode 100644
index 0000000..3374e82
--- /dev/null
+++ b/Tests/RunCMake/CompilerLauncher/OBJC.cmake
@@ -0,0 +1,2 @@
+set(CMAKE_OBJC_COMPILER_LAUNCHER "${CMAKE_COMMAND};-E;env;USED_LAUNCHER=1")
+include(OBJC-common.cmake)