1. Home
  2. Browse
  3. wxwidgets

wxwidgets

v3.2.5#3Go to latest

Widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications.

Set WXWIDGETS_USE_STL in a custom triplet to build with the wxUSE_STL build option.

Set WXWIDGETS_USE_STD_CONTAINERS in a custom triplet to build with the wxUSE_STD_CONTAINERS build option.

Install

Run the following Vcpkg command to install the port.

vcpkg install wxwidgets

Usage

The package wxwidgets provides CMake targets:

find_package(wxWidgets CONFIG REQUIRED)
target_link_libraries(main PRIVATE wx::core wx::base)

Features

Dependencies

See source

Version

v3.2.5#3

Publication

Supports

!uwp & !xbox

GitHub

wxWidgets/wxWidgets6.2K

Homepage

github.com/wxWidgets/wxWidgets

Subtree

74f76dff33

License

LGPL-2.0-or-later

Definition

Manifest