summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/add_custom_command/SourceUsesTerminal.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add USES_TERMINAL option for custom commandsPeter Collingbourne2014-11-141-0/+1
Teach the add_custom_command and add_custom_target commands a new USES_TERMINAL option. Use it to tell the generator to give the command direct access to the terminal if possible.