摘要:
cmake_minimum_required(VERSION 3.0) # 指定 CMake 的最低版本要求 project(MyProject) # 设置项目名称 # 添加可执行文件,并指定源文件 add_executable(my_executable main.cpp) CMakeLists. 阅读全文
posted @ 2024-07-27 00:25
MKT-porter
阅读(25)
评论(0)
推荐(0)
浙公网安备 33010602011771号