summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/CopyFileConfig.cmake
blob: 22d20b7ff5cb24722657e3f83f46474e58f4ec28 (plain)
1
2
3
4
5
6
7
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"
  )