AUI Framework
develop
Cross-platform base for C++ UI apps
|
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.See also: AUI Assets
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).Symptoms:
Cache invalidation is one of the software engineering problems (along with naming). There's cheatsheet on how to invalidate caches:
F1
> CMake: Configure
CMakeCache.txt
from your CMake binary dir (cmake-build-debug
or cmake-build-release
in CLion).CMakeCache.txt
to be deleted)