Files
Mark Callow 443e122381 Migrate loadtest apps to SDL3 (#1055)
Related fixes:
- appfwSDL target now requires c++17.
- Fixes long standing issue of spurious multi-gesture events in load
   test apps.
- Change cubemap tests so rotation gesture rotates around the perceived
   z-axis.
- Add swipe up-down gesture to change model in cube map tests.

Coming along for the ride:
- Fix: remove files from .gitattributes that don't contain attributes.
- Fix: install nuget & mono on CI runners (macOS 15+ ) from which they
  have been removed.
- Fix: only issue "unittests build disabled" message if
  KTX_FEATURE_TESTS is ON.
- Fix: don't try to install vkloadtests dependencies on Windows when
  only building gl3loadtests.
- Fix: set the app icon on the vkloadtests window on Windows.
2025-09-04 13:47:13 +09:00
..

vcpkg Triplets

These are necessary to get vcpkg to build the dependencies with the same deployment target as the KTX applications and library. When changing either deployment target in ../CMakeLists.txt you must make the same change to the *ios* or *osx* files here.

See https://github.com/microsoft/vcpkg/issues/39981.