1. Home
  2. Browse
  3. wxwidgets

wxwidgets

v3.1.4#6Go to latest

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

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.4#6

Publication

Supports

!uwp

GitHub

wxWidgets/wxWidgets6.2K

Homepage

github.com/wxWidgets/wxWidgets

Subtree

551875c539

License

Complex license

Definition

Manifest