Removed Visual Studio 2015 project files (use cmake instead)

This commit is contained in:
saschawillems 2017-11-04 18:04:57 +01:00
parent de0d6c7bae
commit c1d54dbaf6
119 changed files with 11 additions and 8895 deletions

View file

@ -27,9 +27,10 @@ The repository contains everything required to compile and build the examples on
[![Build status](https://ci.appveyor.com/api/projects/status/abylymfyil0mhpx8?svg=true)](https://ci.appveyor.com/project/SaschaWillems/vulkan)
A Visual Studio solution file for compiling all examples is included with the repository, examples will compile with VS2015 out of the box.
If you're using a different IDE or compiler you can use the provided CMakeLists.txt for use with [CMake](https://cmake.org) to generate a build configuration for your toolchain.
Use the provided CMakeLists.txt with [CMake](https://cmake.org) to generate a build configuration for your favorite IDE or compiler, e.g.:
```
cmake -G "Visual Studio 14 2015 Win64"
```
## <img src="./images/linuxlogo.png" alt="" height="32px"> Linux