Import("env")

env.Library(
    target='murmurhash3',
    source=['MurmurHash3.cpp'],
)
