Lines Matching full:studio
28 - [Windows Build - Microsoft Visual Studio](#windows-build---microsoft-visual-studio)
30 …- [Use `CMake` to Create the Visual Studio Project Files](#use-cmake-to-create-the-visual-studio-p…
32 - [Build the Solution With Visual Studio](#build-the-solution-with-visual-studio)
268 - Microsoft [Visual Studio](https://www.visualstudio.com/)
279 - Some IDEs (e.g., [Visual Studio](https://www.visualstudio.com/),
283 ### Windows Build - Microsoft Visual Studio
285 The general approach is to run CMake to generate the Visual Studio project
287 command line or use the Visual Studio IDE to open the generated solution and
300 The above commands instruct CMake to find and use the default Visual Studio
301 installation to generate a Visual Studio solution and projects for the x64
305 #### Use `CMake` to Create the Visual Studio Project Files argument
308 create a build directory and generate the Visual Studio project files:
313 cmake -D UPDATE_DEPS=ON -G "Visual Studio 16 2019" -A x64 ..
321 Supported Visual Studio generators:
322 * `Visual Studio 17 2022`
323 * `Visual Studio 16 2019`
339 generated solution with Visual Studio.
353 #### Build the Solution With Visual Studio argument
355 Launch Visual Studio and open the "Vulkan-Loader.sln" solution file in the
375 or build the `INSTALL` target from the Visual Studio solution explorer.