mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
9 lines
166 B
Lua
9 lines
166 B
Lua
|
|
group("third_party")
|
||
|
|
project("zlib")
|
||
|
|
uuid("13d4073d-f1c9-47e3-a057-79b133596fc2")
|
||
|
|
kind("StaticLib")
|
||
|
|
language("C")
|
||
|
|
files({
|
||
|
|
"zlib/*.c",
|
||
|
|
"zlib/*.h",
|
||
|
|
})
|