cmake_minimum_required(VERSION 3.2) project(nameof LANGUAGES CXX) add_subdirectory(example) enable_testing() add_subdirectory(test)