summaryrefslogtreecommitdiff
path: root/third_party/xxhash.lua
blob: cc6955c936f6b6a78576a542681c6b79dbd2788f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
group("third_party")
project("xxhash")
  uuid("40d4ce21-5448-4399-9f98-589b7e1c23b1")
  kind("StaticLib")
  language("C")
  links({
  })
  defines({
    "_LIB",
  })
  includedirs({
    "xxhash",
  })
  files({
    "xxhash/xxhash.c",
    "xxhash/xxhash.h",
  })