初始CMake环境测试
This commit is contained in:
5
CMakeLists.txt
Normal file
5
CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.28.3)
|
||||
|
||||
project(cpp_course)
|
||||
|
||||
add_executable(c1_1 src/c1_1.cpp)
|
||||
Reference in New Issue
Block a user