cmake_minimum_required (VERSION 2.6) project (HELLO) add_subdirectory (libmean) add_subdirectory (test)