mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
This prevents adding all targets in said subdirectories to the ALL target by default. Instead, only those targets that are explicitly referenced (e.g. via target_link_libraries) are built. This also has the side-effect that any install-directives in these subdirectories are also ignored for the default install targets which prevents these libraries of unconditionally installing themselves when issuing a make install. Instead, we now have to make any 3rdparty component that we do indeed want to install, do so explicitly (e.g. via install_library()). |
||
|---|---|---|
| .. | ||
| avail_mac.h | ||
| avail_mac.pl | ||
| CMakeLists.txt | ||
| init_mac.c | ||
| init_unix.c | ||
| overlay_gl.plist | ||
| overlay.c | ||