使用 CMake 生成 Visual Studio 2015 Makefile Project (GDB)
Posted
技术标签:
【中文标题】使用 CMake 生成 Visual Studio 2015 Makefile Project (GDB)【英文标题】:Using CMake to generate Visual Studio 2015 Makefile Project (GDB) 【发布时间】:2016-03-27 09:24:47 【问题描述】:Visual Studio 2015 引入了使用 GDB 的新远程调试功能,这对于曾经使用 CMake 在 Linux 机器上构建项目的人来说非常有用。 这些功能是 VS Makefile Project (GDB) 类型的一部分。
有没有办法配置 CMake 以生成具有 Makefile 项目 (GDB) 类型而不是常规 C++ 项目类型的 Visual Studio 解决方案?
【问题讨论】:
您的问题找到答案了吗? 根据我的搜索,CMake 还不支持生成这样的项目类型,尽管它对跨平台开发人员非常有用。我确实发现一个补丁正在进行中并且early availability can be found on this talented guy github 【参考方案1】:你可以尝试在VS中新建一个GDB项目http://visualgdb.com/tutorials/linux/cmake/
【讨论】:
以上是关于使用 CMake 生成 Visual Studio 2015 Makefile Project (GDB)的主要内容,如果未能解决你的问题,请参考以下文章
CMake 为 Win32 和 x64 生成 Visual Studio 2008 解决方案
在 Visual Studio 2017 中使用 Cmake 构建 ssh.dll
检查是不是从 CMake 生成 Visual Studio 解决方案或 Makefile