summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/ProjectCopyFile.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/try_compile/ProjectCopyFile.cmake')
-rw-r--r--Tests/RunCMake/try_compile/ProjectCopyFile.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/try_compile/ProjectCopyFile.cmake b/Tests/RunCMake/try_compile/ProjectCopyFile.cmake
new file mode 100644
index 0000000..6bfec99
--- /dev/null
+++ b/Tests/RunCMake/try_compile/ProjectCopyFile.cmake
@@ -0,0 +1,4 @@
+try_compile(RESULT
+ PROJECT TestProject
+ SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/proj
+ COPY_FILE result)