cmake_minimum_required(VERSION 2.8)

project(SMallCMakeProject)

add_subdirectory(Lib)
add_subdirectory(Appli)
