mumble/overlay_gl
Robert Adam 09a17879f8 BUILD(cmake): Use EXCLUDE_FROM_ALL for 3rdparty subdirs
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()).
2022-09-10 17:28:34 +02:00
..
avail_mac.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
avail_mac.pl MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
CMakeLists.txt BUILD(cmake): Use EXCLUDE_FROM_ALL for 3rdparty subdirs 2022-09-10 17:28:34 +02:00
init_mac.c REFAC(macos,overlay): Remove unused symbol 2022-05-17 09:35:18 +02:00
init_unix.c MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
overlay_gl.plist Unify overlay code for Unix and OS X. 2015-02-07 23:24:47 +01:00
overlay.c MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00