summaryrefslogtreecommitdiff
path: root/third_party/dxbc.lua
blob: c86df44983c7b7021528eae79189842061b08d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
group("third_party")
project("dxbc")
  uuid("c96688ca-51ca-406e-aeef-068734a67abe")
  kind("StaticLib")
  language("C++")
  links({
  })
  defines({
    "_LIB",
  })
  includedirs({
    "dxbc",
  })
  files({
    "dxbc/DXBCChecksum.cpp",
    "dxbc/DXBCChecksum.h",
  })