cmake_minimum_required (VERSION 2.6) 
project(nepomukbackupsync)

add_subdirectory(lib)
add_subdirectory(service)
add_subdirectory(gui)

