CMake/Tests/RunCMake/File_Generate
Stephen Kelly b983a58bdf file: Add GENERATE command to produce files at generate time
The idea is to write to a temp file which contains generator
expressions, and at generate time, evaluate the generator expressions,
and write the result to a file.

Because executables on Windows are limited in the length of command line
it is possible to use, it is common to write command line arguments to a
file instead and specify the file as a source of arguments.

This new FILE(GENERATE) subcommand allows the use of generator
expressions to create such files so that they can be used with
add_custom_command for example.
2013-05-24 09:02:45 -04:00
..
BadCondition-result.txt file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
BadCondition-stderr.txt file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
BadCondition.cmake file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
CMakeLists.txt file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
CommandConflict-result.txt file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
CommandConflict-stderr.txt file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
CommandConflict.cmake file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
DebugEvaluate.cmake file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
EmptyCondition1-result.txt file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
EmptyCondition1-stderr.txt file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
EmptyCondition1.cmake file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
EmptyCondition2-result.txt file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
EmptyCondition2-stderr.txt file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
EmptyCondition2.cmake file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
OutputConflict-result.txt file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
OutputConflict-stderr.txt file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
OutputConflict.cmake file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
RunCMakeTest.cmake file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00
input.txt file: Add GENERATE command to produce files at generate time 2013-05-24 09:02:45 -04:00