1. Home
  2. Browse
  3. aui

aui

v7.1.2#0Latest

Declarative UI toolkit for modern C++20

Install

Run the following Vcpkg command to install the port.

vcpkg install aui

Usage

The package aui provides CMake targets:

find_package(aui CONFIG REQUIRED COMPONENTS core views ...)
# Configure an application using AUI helper functions:
aui_executable(${PROJECT_NAME})
# Link against AUI component targets
aui_link(${PROJECT_NAME} PRIVATE aui::core aui::views)
aui_compile_assets(${PROJECT_NAME})
aui_app(TARGET ${PROJECT_NAME} NAME "My App" VENDOR "vcpkg"
        ICON "assets/img/icon.svg"
        ANDROID_PACKAGE "org.vcpkg.auitest")

Dependencies

See source

Version

v7.1.2#0

Publication

Supports

All

GitHub

aui-framework/aui594

Homepage

github.com/aui-framework/aui

Subtree

a804accb28

License

MPL-2.0

Definition

Manifest