cmake_minimum_required(VERSION 3.10) file(GLOB_RECURSE SRC_CPP src/*.cpp) add_executable(main ${SRC_CPP})