You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The `generator` is whatever type of build system you'd like to use. To see a full list of generators on your platform, just run `cmake` (with no arguments). For example:
33
-
* On Windows, you might use "Visual Studio 12 2013" to generate a Visual Studio 2013 solution
33
+
* On Windows, you might use "Visual Studio 12 2013" to generate a Visual Studio 2013 solution or "Visual Studio 14 2015 Win64" to generate a 64-bit Visual Studio 2015 solution.
34
34
* On OS X, you might use "Xcode" to generate an Xcode project
35
35
* On a UNIX-y system, simply omit the option to generate a makefile
0 commit comments