首页
AIGC
LLM
C++
CMake
关于我
柳絮飘 - AIGC, LLM大模型以及C++分享网站
学习,让淘汰成为一个借口!
累计撰写
5
篇文章
累计创建
3
个标签
累计收到
0
条评论
栏目
目 录
CONTENT
以下是
En-CMake
相关的文章
2025-05-22
I Don't Really Understand CMake--Introduction
This article introduces the basics of using CMake by walking through the setup of a simple C++ project. It covers creating a CMakeLists.txt file, setting the minimum required CMake version (cmake_minimum_required), defining the project name (project), and using the build commands (cmake for configuration and cmake --build for building). The author emphasizes the benefits of using a separate build directory to keep the source directory clean. The content is concise and beginner-friendly, making it ideal for developers who are new to CMake.
2025-05-22
12
0
0
en-cmake