Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brightxiaohan/cmaketutorial
CMake中文实战教程
https://github.com/brightxiaohan/cmaketutorial
c c-plus-plus cmake tutorials
Last synced: 1 day ago
JSON representation
CMake中文实战教程
- Host: GitHub
- URL: https://github.com/brightxiaohan/cmaketutorial
- Owner: BrightXiaoHan
- License: mit
- Created: 2019-12-24T03:34:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T06:24:27.000Z (over 1 year ago)
- Last Synced: 2024-12-14T22:02:56.504Z (8 days ago)
- Topics: c, c-plus-plus, cmake, tutorials
- Language: C++
- Size: 187 KB
- Stars: 1,460
- Watchers: 23
- Forks: 278
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cmake中文实战教程
本项目以代码讲用法,旨在帮助初学者学习CMake的基本用法,也会结合实际开发经验将最核心最常用的用法使用实际的代码案例进行讲解。该项目很难涵盖CMake的所有用法,本项目只会扮演一个引路者的角色,在实际的项目开发中,要学会根据需求灵活查阅官方文档解决问题。(本教程的所有章节使用c++以及linux环境演示)## 目录
- [find_package的使用指南](FindPackage/README.md)
- [引入外部项目的几种方式](ImportExternalProject/README.md)
- [安装](Installation/README.md)
- [使用包管理工具管理你的依赖库](PackageManage/README.md)
- [编写cuda应用程序](CUDA/README.md)
- [编写Python的c/c++扩展](PythonExtention/README.md)## Github Pages
[https://brightxiaohan.github.io/CMakeTutorial/](https://brightxiaohan.github.io/CMakeTutorial/)## 知乎博客地址
[cmake 实用指南](https://zhuanlan.zhihu.com/c_200294809)