An open API service indexing awesome lists of open source software.

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

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
```