|
AUI Framework
master
Cross-platform base for C++ UI apps
|
Wraps standard add_library with AUI's features support.
Automatically adds all c and cpp source files from src/ directory.
Specify additional source files to be passed to add_executable. The value is not modified and kept as is.
Adds the resulting target to CMake export <export-name>.
The target is compiled as a shared library, regardless of BUILD_SHARED_LIBS.
The target is compiled as a static library, regardless of BUILD_SHARED_LIBS.
The target is a dynamically loadable AUI plugin.
The target is compiled with wholearchive compiler-specific flag, forcing all unused variables to be included to the binary. This may be required by AUI assets.