Skip to content

Commit

Permalink
KTX read-only and static libraries (#324)
Browse files Browse the repository at this point in the history
* feat: ktx_read, an experimental read-only library

* feat: Allow forcing libraries to be static. Useful for flexible integration.
  • Loading branch information
atteneder authored Oct 13, 2020
1 parent 78790b5 commit 58c8e98
Show file tree
Hide file tree
Showing 5 changed files with 364 additions and 254 deletions.
2 changes: 2 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ This creates the `libktx` library and the command line tools. To create the comp
cmake . -B build -DKTX_FEATURE_LOADTEST_APPS=ON -DKTX_FEATURE_DOC=ON
```

If you need the library to be static, enable the `KTX_FEATURE_STATIC_LIBRARY` setting (always enabled on iOS and Emscripten).

Building
--------

Expand Down
Loading

0 comments on commit 58c8e98

Please sign in to comment.