mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
xxHash: add as submodule
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
This commit is contained in:
parent
fc0a895af2
commit
020aee9363
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -26,3 +26,6 @@
|
||||
[submodule "src/spdk"]
|
||||
path = src/spdk
|
||||
url = https://github.com/ceph/spdk.git
|
||||
[submodule "src/xxHash"]
|
||||
path = src/xxHash
|
||||
url = https://github.com/Cyan4973/xxHash.git
|
||||
|
@ -189,6 +189,9 @@ add_library(crush STATIC ${crush_srcs})
|
||||
|
||||
add_subdirectory(json_spirit)
|
||||
|
||||
add_subdirectory(xxHash/cmake_unofficial)
|
||||
include_directories("${CMAKE_SOURCE_DIR}/src/xxHash")
|
||||
|
||||
set(xio_common_srcs)
|
||||
if(HAVE_XIO)
|
||||
list(APPEND xio_common_srcs
|
||||
|
1
src/xxHash
Submodule
1
src/xxHash
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 44a6297b298e59ab7452defe859f21ed8371aa1c
|
Loading…
Reference in New Issue
Block a user