summaryrefslogtreecommitdiff
path: root/src/third_party/murmurhash3/SConscript
diff options
context:
space:
mode:
authorAntonin Kral <a.kral@bobek.cz>2012-08-29 20:54:51 +0200
committerAntonin Kral <a.kral@bobek.cz>2012-08-29 20:54:51 +0200
commit83957b73f9177f6e38bd5375bd93ca1f6a47188c (patch)
treef20b7d6ac9a9c64ff5bb6b5910a24abbb356b1d5 /src/third_party/murmurhash3/SConscript
parent5071d203970edd4c995493d810abe20987e76fe9 (diff)
Imported Upstream version 2.2.0upstream/2.2.0
Diffstat (limited to 'src/third_party/murmurhash3/SConscript')
-rw-r--r--src/third_party/murmurhash3/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/third_party/murmurhash3/SConscript b/src/third_party/murmurhash3/SConscript
new file mode 100644
index 00000000000..7ef456e90e2
--- /dev/null
+++ b/src/third_party/murmurhash3/SConscript
@@ -0,0 +1,2 @@
+Import("env")
+env.StaticLibrary("murmurhash3", ["MurmurHash3.cpp"])