Skip to content

Minimal cmake configurations to get stated with wxWidgets C++

License

Notifications You must be signed in to change notification settings

itfidele/CMake_wxWidgets_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMake_wxWidgets_template

Minimal cmake configurations to get stated with wxWidgets C++

🔶 Get Started


# Clone this project
$ git clone https://github.com/fidele000/CMake_wxWidgets_template --recursive

# If the repository was already cloned without submodules, use
$ git submodule update --init --recursive

# Enter project directory
$ cd cx_wxwidgets_template

# Generate projects files
$ mkdir build
$ cd build
$ cmake ..

💩 Linux Users must install OpenGL first

$ sudo apt-get update
$ sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev

About

Minimal cmake configurations to get stated with wxWidgets C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages