summaryrefslogtreecommitdiff
path: root/src/third_party/murmurhash3/SConscript
blob: 5c6a8b844f1897e51b8a76784bc7317aa670cfbf (plain)
1
2
3
4
5
6
7
8
Import("env")

env = env.Clone()

env.InjectThirdPartyIncludePaths(libraries=['boost'])

env.Append(CPPPATH=['#src', '$BUILD_DIR'])
env.Library("murmurhash3", ["MurmurHash3.cpp"])