在C ++项目中使用Boost库

时间:2019-09-23 19:35:38

标签: c++ boost

我已将boost库文件导入到我的项目中,问题是VS studio无法基于默认的include目录位置识别文件。 我可以进入properties-> config properties-> C / C ++-> General-> add include directory ...,但是对于这么多目录却很难。

VS Code告诉我要安装vcpkg ...最简单的方法是在不重新配置目录设置的情况下包含依赖项?

即:对所有增强文件使用此默认位置。

#include <boost/math/special_functions/bessel.hpp>

0 个答案:

没有答案
相关问题