Add property sheet to allow easily configure projects using wx

This seems to be the simplest possible way to let a MSVS project use the
library.
This commit is contained in:
Vadim Zeitlin
2018-11-09 02:00:16 +01:00
parent a28b48ffe1
commit 4099e75edb
3 changed files with 35 additions and 0 deletions

View File

@@ -505,6 +505,10 @@ The full list of the build settings follows:
Building Applications Using wxWidgets {#msw_build_apps}
=====================================
If you use MSVS 2010 or later IDE for building your project, simply add
`wxwidgets.props` property sheet to (all) your project(s) using wxWidgets.
You don't need to do anything else.
If you want to use CMake for building your project, please see
@ref overview_cmake.