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
fe2e503ea4
CMake
/
Tests
/
RunCMake
/
add_custom_command
/
NoOutputOrTarget.cmake
2 lines
41 B
CMake
Raw
Normal View
History
Unescape
Escape
Tests: Test add_custom_command and add_custom_target error cases Add RunCMake.add_custom_command and RunCMake.add_custom_target tests to cover the error messages for these commands.
2014-11-13 20:46:49 +03:00
add_custom_command
(
COMMAND
echo
a
b
c
d
)