summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/NoCopyFile.cmake
blob: 270dff9b2117f7d2953218bcc499077f1c6401fc (plain)
1
2
3
4
include(${CMAKE_CURRENT_SOURCE_DIR}/${try_compile_DEFS})
try_compile(RESULT ${try_compile_bindir_or_SOURCES}
  ${CMAKE_CURRENT_SOURCE_DIR}/src.c
  COPY_FILE)