cmake_minimum_required(VERSION 2.6)

project(wacomtablet)

add_subdirectory( src )
add_subdirectory( data )
add_subdirectory( images )

