wx_cmake_template
A template for multiplatform WxWidgets projects using CMake
File Explorer
Download Latest Version (.zip)- c_cpp_properties.json
- launch.json
- settings.json
- tasks.json
- CMakeLists.txt
- Info.plist
- main.cpp
- main.exe.manifest
- CMakeLists.txt
- CMakeLists.txt
- .gitignore
- CMakeLists.txt
- copy_to_project.sh
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/lszl84/wx_cmake_template
Downloads the entire project code from GitHub to your computer.
cd wx_cmake_template
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cmake -S. -Bbuild
Type this command into your terminal and run it.
cmake --build build
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
