diff options
| author | chenzizhan <[email protected]> | 2024-10-17 15:04:58 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2024-10-17 15:04:58 +0800 |
| commit | 06153e396729e3091db544ce1217b5f737d2cd0b (patch) | |
| tree | 8505a83ea6a7c060ad6927b6cfc996e78bfcd2f4 /CMakeLists.txt | |
| parent | 0505aba853c13e555306626a20ce0701cabb406d (diff) | |
use murmurhash as uthash functionv4.6.7
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9843401..45aa8a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,6 +114,7 @@ file(GLOB SRC "vendors/mpack/*.c"
"vendors/xxhash/*.c"
"vendors/base64/*.c"
+ "vendors/murmurhash/*.c"
)
add_subdirectory(test/deps)
|
