wxWidgets with CMake FetchContent

wxWidgets with CMake FetchContent

Simplify your wxWidgets build with CMake FetchContent. Learn to automatically download, build, and link dependencies in a single CMakeLists.txt.

Feb 2, 2024 2 min read
wxWidgets + CMake: Multiplatform Superbuild

wxWidgets + CMake: Multiplatform Superbuild

Build cross-platform C++ apps with wxWidgets and CMake. This tutorial automates dependency management using ExternalProject on Windows, Linux, and macOS.

Oct 26, 2020 8 min read