summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
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)