summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/CopyFileConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/try_compile/CopyFileConfig.cmake')
-rw-r--r--Tests/RunCMake/try_compile/CopyFileConfig.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/RunCMake/try_compile/CopyFileConfig.cmake b/Tests/RunCMake/try_compile/CopyFileConfig.cmake
new file mode 100644
index 0000000..22d20b7
--- /dev/null
+++ b/Tests/RunCMake/try_compile/CopyFileConfig.cmake
@@ -0,0 +1,8 @@
+enable_language(C)
+set(CMAKE_TRY_COMPILE_CONFIGURATION Release)
+
+include(${CMAKE_CURRENT_SOURCE_DIR}/${try_compile_DEFS})
+try_compile(RESULT
+ ${try_compile_bindir_or_SOURCES} ${CMAKE_CURRENT_SOURCE_DIR}/src.c
+ COPY_FILE "${CMAKE_CURRENT_BINARY_DIR}/out.bin"
+ )