Skip to content

Commit

Permalink
external: add xxHash submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Aug 1, 2024
1 parent c14bdbf commit 9704017
Show file tree
Hide file tree
Showing 55 changed files with 5 additions and 12,832 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,6 @@
[submodule "external/xbyak"]
path = external/xbyak
url = https://github.com/herumi/xbyak.git
[submodule "external/xxHash"]
path = external/xxHash
url = https://github.com/Cyan4973/xxHash.git
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ endif()

option(BUILD_SHARED_LIBS "Build shared library" OFF)
set(XXHASH_BUILD_XXHSUM OFF CACHE BOOL "Build the xxhsum binary")
add_subdirectory(core/deps/xxHash/cmake_unofficial)
add_subdirectory(external/xxHash/cmake_unofficial)
target_link_libraries(${PROJECT_NAME} PRIVATE xxHash::xxhash)

option(GLM_ENABLE_CXX_17 "Enable C++ 17" ON)
Expand Down
10 changes: 0 additions & 10 deletions core/deps/xxHash/.gitattributes

This file was deleted.

46 changes: 0 additions & 46 deletions core/deps/xxHash/.gitignore

This file was deleted.

113 changes: 0 additions & 113 deletions core/deps/xxHash/.travis.yml

This file was deleted.

31 changes: 0 additions & 31 deletions core/deps/xxHash/CHANGELOG

This file was deleted.

48 changes: 0 additions & 48 deletions core/deps/xxHash/LICENSE

This file was deleted.

Loading

0 comments on commit 9704017

Please sign in to comment.