From c0dfb548132379d84cca743a481c13cfeee35a47 Mon Sep 17 00:00:00 2001 From: Anonymous-275 Date: Mon, 27 Dec 2021 19:58:43 +0200 Subject: [PATCH] wx static build --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c2b1f29..c89f696 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ if (WIN32) link_directories(${VcpkgRoot}/lib) endif(WIN32) +set(wxBUILD_SHARED OFF) add_subdirectory(wxWidgets) set(CMAKE_CXX_STANDARD 20)