Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,21 @@ force CMake generator to be unix makefiles
build KTX for ``linux-amd64`` and ``QVM`` version, you can provide
any platform combinations.

### Build with Visual Studio

While CMake is supported by Visual Studio nowadays, CMake can also generate
a solution via:

```
cmake -B builddir -G "Visual Studio 17 2022"
```

This produces a multi-config build that can be invoked as MSBuild from command line via:

```
cmake --build builddir --config Release
```

## Versioning

For the versions available, see the [tags on this repository][ktx-tags].
Expand Down
31 changes: 0 additions & 31 deletions tools/vs/ktx.sln

This file was deleted.

289 changes: 0 additions & 289 deletions tools/vs/ktx.vcxproj

This file was deleted.