Sign in
fuchsia
/
third_party
/
murmurhash.c
/
bb3a13cb4378fdafcf365521bca5b3a062b9d856
/
.
/
BUILD.gn
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"
,
]
}