remove MurmurHash2
This commit is contained in:
parent
16be433ad9
commit
44f98f15f6
|
|
@ -24,11 +24,6 @@ set(CC_UTILS_SOURCES
|
|||
${CMAKE_CURRENT_LIST_DIR}/xxtea/xxtea.h
|
||||
)
|
||||
|
||||
set(CC_MURMURHASH2_SOURCES
|
||||
${CMAKE_CURRENT_LIST_DIR}/MurmurHash2/MurmurHash2.cpp
|
||||
${CMAKE_CURRENT_LIST_DIR}/MurmurHash2/MurmurHash2.h
|
||||
)
|
||||
|
||||
set(CC_EXTERNAL_SOURCES
|
||||
|
||||
${CMAKE_CURRENT_LIST_DIR}/tommyds/tommy.c
|
||||
|
|
@ -40,7 +35,6 @@ if(NOT USE_MODULES)
|
|||
${CC_UNZIP_SOURCES}
|
||||
${CC_TINYDIR_SOURCES}
|
||||
${CC_UTILS_SOURCES}
|
||||
${CC_MURMURHASH2_SOURCES}
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
|
|
@ -116,7 +116,4 @@ glslang (Built using https://github.com/YunHsiao/glslang/tree/build)
|
|||
android: 11.5.0 (commit: 1978c76)
|
||||
mac: 11.5.0 (commit: 1978c76)
|
||||
ios: 11.5.0 (commit: 1978c76)
|
||||
|
||||
MurmurHash2
|
||||
all-platforms: (no version informantion): https://sites.google.com/site/murmurhash
|
||||
|
||||
Loading…
Reference in New Issue