增加CMake

This commit is contained in:
xusun000
2021-11-29 13:10:18 +08:00
parent e5cf2aa2de
commit ba562f2201
2 changed files with 8 additions and 0 deletions

0
.gitignore vendored Normal file
View File

8
CMakeLists.txt Normal file
View File

@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.20)
project(exam_code_for_408)
set(CMAKE_CXX_STANDARD 14)
add_executable(exam_code_for_408
main.cpp
newMain.cpp)