|
AUI Framework
master
Cross-platform base for C++ UI apps
|
Wraps standard add_executable 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.
If evaluates to true, calls aui_compile_assets() for <target-name>.
Adds the resulting target to CMake export <export-name>.
The resulting .exe file would open console window, regardless of whether the application opens it's own window or not.
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.