cmake_minimum_required(VERSION 2.6)
project(LASO)

find_package(GTK)

add_subdirectory(src)
