This website requires JavaScript.
Explore
Help
Register
Sign in
denuvo-ref
/
zstd
Watch
1
Star
0
Fork
You've already forked zstd
0
mirror of
https://github.com/facebook/zstd
synced
2026-08-22 22:32:07 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7e679511a8
zstd
/
lib
/
modulemap
/
module.modulemap
5 lines
66 B
Text
Raw
Normal View
History
Unescape
Escape
Fix SPM warning: umbrella header for module 'libzstd' does not include header 'xxx.h'
2021-11-21 21:57:55 +08:00
module libzstd [extern_c] {
Remove zstd-umbrella.h
2021-11-24 07:48:40 +08:00
header "../zstd.h"
Using `module.modulemap` replace symbol link for public header
2021-11-15 13:23:50 +08:00
export *
}
Reference in a new issue
Copy permalink