CMake generate Visual Studio 2008 solution for Win32 and x64

后端 未结 3 1256
伪装坚强ぢ
伪装坚强ぢ 2020-12-21 06:45

I am using CMake 2.8 under Windows XP and want to generate a Visual Studio 2008 solution file which contains Release and Debug configurations for both Win32 and x64.

3条回答
  •  忘掉有多难
    2020-12-21 07:34

    The CMakeLists is not where you specify the generator ( makefile, XCode, Visual Studio ) for a project. The generator is specified when a user runs CMake on your source.

提交回复
热议问题