set(CMAKE_CXX_STANDARD 20)

file(GLOB_RECURSE SRC "*.cpp" "*.c" "*.h" "*.hpp")

add_executable(ProjectGenerator ${SRC})