https://github.com/shlomif/gtk3-cmake-examples
gtk3 and cmake examples
https://github.com/shlomif/gtk3-cmake-examples
hacktoberfest
Last synced: 12 days ago
JSON representation
gtk3 and cmake examples
- Host: GitHub
- URL: https://github.com/shlomif/gtk3-cmake-examples
- Owner: shlomif
- License: other
- Created: 2017-03-16T10:05:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T14:40:25.000Z (8 months ago)
- Last Synced: 2025-04-14T20:18:10.199Z (12 days ago)
- Topics: hacktoberfest
- Language: CMake
- Size: 2.93 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This gtk+3 and cmake example is based on
[this post](http://francesco-cek.com/cmake-and-gtk-3-the-easy-way/) by
[Cek](http://francesco-cek.com/) (Thanks!).To build it write from the command line:
```
mkdir build
cd build
cmake ..
make
```