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