diff --git a/Project/build.bat b/Project/build.bat index 4faee44..8dde2be 100644 --- a/Project/build.bat +++ b/Project/build.bat @@ -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 .. \ No newline at end of file +cd ..