Templates for wxWidgets
Go to file
2020-10-21 13:17:24 +03:00
01_hello wxFormBuilder sample 2020-02-07 16:50:53 +03:00
02_wxformbuilder wxFormBuilder sample 2020-02-07 16:50:53 +03:00
third_party Update CMakeLists.txt 2020-10-19 11:58:32 +03:00
.clang-format Initial commit. 2019-12-27 14:28:24 +03:00
.gitignore wxFormBuilder sample 2020-02-07 16:50:53 +03:00
CMakeLists.txt Set c++11 standatd 2020-10-21 13:17:24 +03:00
README.md Update README.md 2020-02-07 16:53:06 +03:00

wxWidgets templates

Use cmake for build.

options:

  • USE_SYSTEM_WX - ON: use system installed wxWidgets; OFF: download and build from sources (default ON)

About templates:

  • 01_hello - simple application with window
  • 02_wxformbuilder - wxFormBuilder example