Skip to content

Instantly share code, notes, and snippets.

@Turupawn
Last active August 27, 2018 23:59
Show Gist options
  • Save Turupawn/5705c6b16149cf6a1cf5ba0988e17db6 to your computer and use it in GitHub Desktop.
Save Turupawn/5705c6b16149cf6a1cf5ba0988e17db6 to your computer and use it in GitHub Desktop.
CMake commands on Windows
cmake .. -G "MinGW Makefiles"
cmake .. -G "NMake Makefiles"
cmake .. -G "Visual Studio 15 2017 Win64"
cmake .. -G "Visual Studio 15 2017"
# Compile a Visual Studio .sln file
devenv MyProject.sln /Build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment