-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support for Apple tvOS and Apple visionOS. (#885)
With this patch it's possible to compile against tvOS and visionOS SDKs. Similar to iOS: - `ktx`/`ktx_read` default to library type `STATIC` - Tools and test targets are disabled - Bit-code embedding can be enabled via `KTX_EMBED_BITCODE` Differences to iOS: - It's possible to build a dynamic/shared library framework (via `KTX_FEATURE_STATIC_LIBRARY=OFF`).
- Loading branch information
Showing
3 changed files
with
33 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters