Skip to content

auiv7.1.2

Updated

Declarative UI toolkit for modern C++20

#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")

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

and 60 transitive dependencies:

#Host Dependencies

and 7 transitive dependencies:

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Saikari's avatarSaikari

#Changelog

  • a804acc[aui]: add new port (#53508)