cmake_minimum_required(VERSION 3.10) add_executable("a" "a.cpp") add_executable("b" "b.cpp") add_executable("c" "c.cpp") add_executable("d" "d.cpp")