Removed Visual Studio 2015 project files (use cmake instead)
This commit is contained in:
parent
de0d6c7bae
commit
c1d54dbaf6
119 changed files with 11 additions and 8895 deletions
|
|
@ -27,9 +27,10 @@ The repository contains everything required to compile and build the examples on
|
|||
|
||||
[](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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue