set(CMAKE_CXX_STANDARD 17) add_executable(1 1.cpp) add_executable(2 2.cpp) add_executable(3 3.cpp) add_executable(4 4.cpp)