代码库:https://github.com/fastype/fastype
这个项目在Windows10和Visual Studio2017上使用build.bat initialize。它将克隆github存储库并构建第三方依赖项,然后通过cmake创建visual studio sln项目文件。
所有的cmake配置似乎都是正确的,但不适用于spdlog头文件。
错误消息包括:
cannot open "spdlog/spdlog.h" headers.发布于 2019-06-24 18:34:59
检查MSVS的项目属性"Additional include directories"的估计值(项目属性- C/C++ -常规-“附加包含目录”)。它列出了添加到编译器包含路径的目录。如果没有需要的目录,则添加它。
https://stackoverflow.com/questions/56731089
复制相似问题