Using pre-compiled headers with CMake(在 CMake 中使用预编译的头文件)
问题描述
我在网上看到了一些(旧的)帖子,内容是关于在 CMake 中对预编译头文件的一些支持进行黑客攻击.他们似乎都有点无处不在,每个人都有自己的做法.目前最好的方法是什么?
I have seen a few (old) posts on the 'net about hacking together some support for pre-compiled headers in CMake. They all seem a bit all-over the place and everyone has their own way of doing it. What is the best way of doing it currently?
推荐答案
有一个名为Cotire"的第三方 CMake 模块' 自动为基于 CMake 的构建系统使用预编译头文件,并且还支持统一构建.
There is a third party CMake module named 'Cotire' which automates the use of precompiled headers for CMake based build systems and also supports unity builds.
这篇关于在 CMake 中使用预编译的头文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 CMake 中使用预编译的头文件
- C++ 协变模板 2021-01-01
- Stroustrup 的 Simple_window.h 2022-01-01
- 如何对自定义类的向量使用std::find()? 2022-11-07
- 使用/clr 时出现 LNK2022 错误 2022-01-01
- 与 int by int 相比,为什么执行 float by float 矩阵乘法更快? 2021-01-01
- 从python回调到c++的选项 2022-11-16
- 静态初始化顺序失败 2022-01-01
- 近似搜索的工作原理 2021-01-01
- 一起使用 MPI 和 OpenCV 时出现分段错误 2022-01-01
- STL 中有 dereference_iterator 吗? 2022-01-01