创建实验二项目
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.29)
|
||||
project(homework2)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_executable(homework2 main.cpp)
|
||||
Reference in New Issue
Block a user