gpt4 book ai didi

c++ - 如何使用 CMake 生成面向 Windows XP 的 Visual Studio 2012 项目?

转载 作者:IT老高 更新时间:2023-10-28 22:01:29 29 4
gpt4 key购买 nike

随着 Visual Studio 2012 Update 1 的发布,我希望构建一个 C++ 项目来支持 Windows XP。有没有办法使用 CMake 生成针对 Windows XP 的项目?基本上 CMake 需要生成一个使用 Platform Toolset = Visual Studio 2012 - Windows XP (v110_xp) 的项目文件。

最佳答案

根据http://www.cmake.org/Bug/view.php?id=10722现在(很快)答案是肯定的。

Fixed in Version CMake 2.8.11

A new "generator toolset" feature has been added here:

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7dab9977 [^]

One may now run CMake from the command line with

-G "Visual Studio 10" -T "v90"

in order to build with a specific toolset. We've not yet added afirst-class interface to cmake-gui for this, but one may add the cacheentry "CMAKE_GENERATOR_TOOLSET" to contain the "-T" value beforeconfiguring.

关于c++ - 如何使用 CMake 生成面向 Windows XP 的 Visual Studio 2012 项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13596816/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com