index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
add_custom_command
/
AppendLiteralQuotes.cmake
blob: 038fb3f9205149f978d2cc07a36d165c9cb725f5 (
plain
)
1
2
add_custom_command(OUTPUT a COMMAND b) add_custom_command(OUTPUT a COMMAND "\"c\"" APPEND)