作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我在运行适用于 Linux 的 Windows 子系统的 Windows 计算机上。当我在 WSL 上安装 CMAKE 的 CLI 版本时,它没有附带任何用于 visual studio 的生成器(即 Visual Studio 15 2017 Win64
)。
如何将这些添加到 CMAKE 的 Linux 版本中?
最佳答案
没有办法。根据 CMake's documentation :
CMake Generators are platform-specific so each may be available only on certain platforms. The cmake(1) command-line tool --help output lists available generators on the current platform.
即使您自己构建了 CMake,您也无法编译 Visual Studio 生成器,因为 they rely on the Windows API .
关于linux - 如何将 CMAKE 生成器添加到 Linux 版本的 CMAKE?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54153363/
我是一名优秀的程序员,十分优秀!