AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
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.