cmake_minimum_required(VERSION 3.5) project(gtk-graph-view-dev) add_subdirectory(lib) add_subdirectory(app) add_subdirectory(shimatta-opengl)