Last active
August 27, 2018 23:59
-
-
Save Turupawn/5705c6b16149cf6a1cf5ba0988e17db6 to your computer and use it in GitHub Desktop.
CMake commands on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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