Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brightxiaohan/cmaketutorial

CMake中文实战教程
https://github.com/brightxiaohan/cmaketutorial

c c-plus-plus cmake tutorials

Last synced: 4 days ago
JSON representation

CMake中文实战教程

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)