KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
61 stars 6 forks source link

Add better support for a forked/cloned external wxWidgets repository #1385

Closed Randalphwa closed 6 months ago

Randalphwa commented 6 months ago

This PR adds a new wxFork directory that makes it fairly easy to build from wxWidgets sources (cloned or forked) as long as that repository is at the same directory level as the wxUiEditor repository. Note that the libraries/dll overrides the normal ones built from our own wxWidgets directory, so you don't need to do anything special other then change the CMake option to indicate whether or not you want to use a wxWidgets version outside of the wxUiEditor repository.