mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
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.
2 lines
52 B
CMake
2 lines
52 B
CMake
add_custom_command(SOURCE t TARGET t USES_TERMINAL)
|