Created
May 9, 2018 09:35
-
-
Save jangsoopark/6a05c992c18852712d3999214bf31115 to your computer and use it in GitHub Desktop.
requirements : CMAKE, Visual Studio 2015
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
mkdir build32 | |
pushd build32 | |
cmake -G "Visual Studio 14 2015" ../ | |
popd | |
mkdir build64 | |
pushd build64 | |
cmake -G "Visual Studio 14 2015 Win64" ../ | |
popd | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The location of batch file should be VTM-?.?rc?/