3 lines
91 B
CMake
3 lines
91 B
CMake
add_custom_command(OUTPUT a COMMAND b)
|
|
add_custom_command(OUTPUT a COMMAND "\"c\"" APPEND)
|