Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet authored May 15, 2024
1 parent e5bcc00 commit 6d9a00b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ if (UNIX)
set(wxWidgets_CONFIG_EXECUTABLE $ENV{WXMSW3}/bin/wx-config)
find_package(wxWidgets REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base)
endif ()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${wxWidgets_CXX_FLAGS}")
else ()
if(NOT EXISTS "$ENV{WXMSW3}/wxwidgets.props")
set(wxWidgets_ROOT_DIR $ENV{WXMSW3})
Expand Down

0 comments on commit 6d9a00b

Please sign in to comment.