Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUILD: Remove checked-in Visual Studio project. #355

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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.