project(msh-console-test) cmake_minimum_required(VERSION 2.8) aux_source_directory(. SRC_LIST) # Recurse into the subdirectories. This does not actually # cause another cmake executable to run. The same process will walk through # the project's entire directory structure. add_subdirectory (msh-console-library) add_subdirectory (snippet)