mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
Add ability to copy try_compile (and try_run) source files from arbitrary locations into the operation directory. This is included for the sake of completion and consolidation, although use cases which actually require this may be rare.
2 lines
58 B
CMake
2 lines
58 B
CMake
try_compile(RESULT SOURCE_FROM_FILE bad.c "bad#source.c")
|