mumble/plugins/link
Robert Adam 9b50fd7a12 BUILD(cmake): Reorganize how plugins are handled
Instead of excluding all plugins but the link one on OSes other than
Windows and Linux, the new approach allows for a more granular control
by introducing a list of plugins that is supported on the different
platforms.

This replaces the globbing approach which means that new plugins have
now to be included in this list explicitly.

The advantage of this is that this allows for a much greater flexibility
for handling plugins on different OS.

Furthermore the plugin's own directory is no longer added to the
include-path by default. If a plugin wishes to do this, it should do so
explicitly. This should help make the plugins easier to move around in
the future.
2021-06-16 19:24:25 +02:00
..
CMakeLists.txt MAINT: Update copyright notice to 2021 (Part II) 2021-04-09 15:41:49 +02:00
link-posix.cpp BUILD(cmake): Reorganize how plugins are handled 2021-06-16 19:24:25 +02:00
link.cpp BUILD(cmake): Reorganize how plugins are handled 2021-06-16 19:24:25 +02:00