xxHash/cmake_unofficial
2019-07-25 17:03:25 -07:00
..
.gitignore updated CMakeFile .gitignore 2019-03-16 07:07:38 -07:00
CMakeLists.txt add cmake test to Travis CI 2019-07-25 17:03:25 -07:00
README.md cmake: add documentation for BUILD_ENABLE_INLINE_API 2019-01-09 16:58:47 -05:00

The cmake script present in this directory offers the following options :

  • BUILD_XXHSUM : build the command line binary. ON by default
  • BUILD_SHARED_LIBS : build dynamic library. ON by default.
  • BUILD_ENABLE_INLINE_API : adds xxhash.c for the -DXXH_INLINE_ALL api. ON by default.