Merge pull request #22 from ds-hwang/vs2017

Move to VS2017
This commit is contained in:
Pawel Lapinski
2018-06-27 13:37:01 +02:00
committed by GitHub

View File

@@ -21,8 +21,8 @@ echo Preparing 'IntroductionToVulkan' solution...
mkdir build
cd build
cmake.exe .. -DUSE_PLATFORM=VK_USE_PLATFORM_WIN32_KHR -G "Visual Studio 12 2013 Win64"
cmake.exe .. -DUSE_PLATFORM=VK_USE_PLATFORM_WIN32_KHR -G "Visual Studio 15 2017 Win64"
start "" "IntroductionToVulkan.sln"
cd ..
cd ..