Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
FeatureSummary
/
FeatureSummaryWhatAll.cmake
blob: ec5ebcb5fc90ae9cb886fac87443245052342e03 [
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 ALL
)