Sign in
fuchsia
/
third_party
/
cmake
/
c64797fa94de29ef3f5f9c940273036c9ebf64ee
/
.
/
Tests
/
RunCMake
/
FeatureSummary
/
FeatureSummaryWhatListUnknown.cmake
blob: 46088d41795dbe8749cc6298c5cd93ebc2d5db8a [
file
] [
log
] [
blame
]
include
(
FeatureSummary
)
set
(
WITH_FOO
1
)
set
(
WITH_BAR
0
)
add_feature_info
(
Foo
WITH_FOO
"Foo."
)
add_feature_info
(
Bar
WITH_BAR
"Bar."
)
feature_summary
(
WHAT ENABLED_FEATURES FOO
)