初始CMake环境测试

This commit is contained in:
2025-11-04 20:45:26 +08:00
parent 3a0e24540b
commit 7240a40b7c
5 changed files with 27 additions and 1 deletions

5
CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.28.3)
project(cpp_course)
add_executable(c1_1 src/c1_1.cpp)