cmake_minimum_required(VERSION 3.20) project(all) enable_testing() add_subdirectory(example-unittest) add_subdirectory(example-library) add_subdirectory(example-executable)