Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
074cfc0a
Commit
074cfc0a
authored
Nov 20, 2015
by
Jan Möbius
Browse files
Sort cmake plugin statistics
parent
2b202396
Changes
1
Hide whitespace changes
Inline
Side-by-side
OpenFlipper/cmake/common.cmake
View file @
074cfc0a
...
...
@@ -207,6 +207,7 @@ function (of_print_plugin_stats)
# Print all plugins, which are ok
acg_color_message
(
"
\n
${
_escape
}
[4mPlugins configured successfully:
${
_escape
}
[0m
\n
"
)
list
(
SORT PLUGINS_OK
)
foreach
(
_plugin
${
PLUGINS_OK
}
)
string
(
REPLACE
"Plugin-"
""
_plugin_name
${
_plugin
}
)
acg_format_string
(
${
_plugin_name
}
${
SPACING
}
_plugin_name
)
...
...
@@ -219,6 +220,7 @@ function (of_print_plugin_stats)
# Print all plugins, which are disabled
acg_color_message
(
"
\n
${
_escape
}
[4mPlugins disabled:
${
_escape
}
[0m
\n
"
)
list
(
SORT PLUGINS_DISABLED
)
foreach
(
_plugin
${
PLUGINS_DISABLED
}
)
string
(
REPLACE
"Plugin-"
""
_plugin_name
${
_plugin
}
)
acg_format_string
(
${
_plugin_name
}
${
SPACING
}
_plugin_name
)
...
...
@@ -230,6 +232,7 @@ function (of_print_plugin_stats)
# Print all plugins, which have missing dependencies
acg_color_message
(
"
\n
${
_escape
}
[4mPlugins with missing dependencies:
${
_escape
}
[0m
\n
"
)
list
(
SORT PLUGINS_DEPENDENCIES
)
foreach
(
_plugin
${
PLUGINS_DEPENDENCIES
}
)
string
(
REPLACE
"Plugin-"
""
_plugin_name
${
_plugin
}
)
string
(
TOUPPER
${
_plugin_name
}
_PLUGIN
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment