mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 14:58:45 +00:00
![Daniele E. Domenichelli](/assets/img/avatar_default.png)
* Remove space before commas * Do not add an empty line before the first type of packages Also fix a typo in unit test.
9 lines
182 B
CMake
9 lines
182 B
CMake
include(FeatureSummary)
|
|
|
|
set(WITH_FOO 1)
|
|
|
|
add_feature_info(Foo WITH_FOO "Foo description.")
|
|
add_feature_info(Foo WITH_FOO "Foo description.")
|
|
|
|
feature_summary(WHAT ENABLED_FEATURES)
|