summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/NoCopyFile2.cmake
blob: 2ea81824a15a513e4033299c3a2d0e3b100856ef (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 CMAKE_FLAGS -DA=B)