Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
380b324103da020d474b36db20595fff4072f895
/
.
/
Tests
/
RunCMake
/
add_custom_command
/
TargetLiteralQuotes.cmake
blob: 5f11ed1a4f5a18469d9d4fbd4e2ae425abbb4be2 [
file
]
add_library
(
a
)
add_custom_command
(
TARGET a POST_BUILD COMMAND
"\"b\""
)