AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
If neither of these suggestions helped and you think you encountered an AUI's issue, consider reporting it on GitHub.
aui_link
instead of target_link_libraries
at least for AUI's components.aui_compile_assets()
in your CMakeLists.txt
.aui_link
instead of target_link_libraries
at least for AUI's components.aui_link
'ing asset-containing modules (i.e. aui::views
) against static library, consider link them also with the final executable (PUBLIC
linking does not solve this issue on Linux).Cache invalidation is one of the software engineering problems (along with naming). There's cheatsheet on how to invalidate caches:
CMakeCache.txt
from your CMake binary dir (cmake-build-debug
or cmake-build-release
in CLion).CMakeCache.txt
to be deleted)~/.aui
unless otherwise specified)