blob: 9e04c2a13dd19be1b9a3ef87b59b8cb0aee7cf9a [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("murmurhash") {
sources = [
"murmurhash.c",
"murmurhash.h",
]
}