Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3ef992eb06a0ad2345520358c5f0c40c74371caa
/
.
/
Tests
/
RunCMake
/
NinjaMultiConfig
/
AdditionalCleanFiles.cmake
blob: 983a494b0ebbf29692a2c146560ea3ba6bee1677 [
file
] [
log
] [
blame
]
file
(
GENERATE OUTPUT $
<
CONFIG
>.
txt CONTENT
"$<CONFIG>\n"
)
file
(
TOUCH $
{
CMAKE_BINARY_DIR
}/
global
.
txt
)
set_directory_properties
(
PROPERTIES ADDITIONAL_CLEAN_FILES
"$<CONFIG>.txt;global.txt"
)