1. Home
  2. Browse
  3. wxwidgets

wxwidgets

v3.1.5#8Go 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 integration:

find_package(wxWidgets REQUIRED)
target_include_directories(main PRIVATE ${wxWidgets_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${wxWidgets_LIBRARIES})

Dependencies

See source

Version

v3.1.5#8

Publication

Supports

!uwp

GitHub

wxWidgets/wxWidgets6.2K

Homepage

github.com/wxWidgets/wxWidgets

Subtree

c2960201e3

License

wxWindows

Definition

Manifest