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
953d34fd1f
CMake
/
Tests
/
RunCMake
/
add_custom_target
/
UsesTerminalNoCommand.cmake
2 lines
42 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_target
(
MyTarget
USES_TERMINAL
)