mirror of
https://github.com/xenia-project/xenia.git
synced 2024-11-27 05:20:37 +00:00
18 lines
270 B
Lua
18 lines
270 B
Lua
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",
|
|
})
|