file(GLOB_RECURSE SOURCES "src/*.cpp") # Add the main executable add_executable(${PROJECT_NAME} ${SOURCES})