mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
d04d4ab499
Sources:92cf3702fc/src/MurmurHash3.h
92cf3702fc/src/MurmurHash3.cpp
Other hash functions and unused implementation details are removed.
3 lines
94 B
CMake
3 lines
94 B
CMake
add_library(smhasher STATIC MurmurHash3.cpp)
|
|
target_include_directories(smhasher INTERFACE .)
|