cmake_minimum_required (VERSION 2.6)
project (MUMORO) 

add_subdirectory (lib)
add_subdirectory (tools)
add_subdirectory (ui/gui)
