This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
06a8dc7003
CMake
/
Tests
/
RunCMake
/
add_custom_command
/
SourceUsesTerminal.cmake
2 lines
52 B
CMake
Raw
Normal View
History
Unescape
Escape
Add USES_TERMINAL option for custom commands 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.
2014-11-05 23:37:52 +03:00
add_custom_command
(
SOURCE
t
TARGET
t
USES_TERMINAL
)