Init cmake structure

This commit is contained in:
2020-03-31 23:44:16 +02:00
commit 850ae7db43
7 changed files with 183 additions and 0 deletions

6
lib/src/gtk-graph-view.c Normal file
View File

@@ -0,0 +1,6 @@
#include <gtk-graph-view.h>
int test()
{
return 1;
}