mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2024-12-01 02:30:47 +00:00
cb939e00dc
fix #138 |
||
---|---|---|
.. | ||
.gitignore | ||
CMakeLists.txt | ||
README.md |
The cmake
script present in this directory offers the following options :
BUILD_XXHSUM
: build the command line binary. ON by defaultBUILD_SHARED_LIBS
: build dynamic library. ON by default.BUILD_ENABLE_INLINE_API
: adds xxhash.c for the-DXXH_INLINE_ALL
api. ON by default.