diff options
Diffstat (limited to 'src/c.zig')
| -rw-r--r-- | src/c.zig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,4 +15,9 @@ pub usingnamespace @cImport({ if (build_config.have_hap) { @cInclude("hap.h"); } + + if (build_config.have_tsv) { + @cInclude("texture_share_gl/texture_share_gl_client.h"); + @cInclude("texture_share_vk/config.hpp"); + } }); |
