25 lines
387 B
Lua
25 lines
387 B
Lua
group("third_party")
|
|
project("fmt")
|
|
uuid("b9ff4b2c-b438-42a9-971e-e0c19a711a13")
|
|
kind("StaticLib")
|
|
language("C++")
|
|
links({
|
|
})
|
|
defines({
|
|
"_LIB",
|
|
})
|
|
filter({"configurations:Release", "platforms:Windows"})
|
|
buildoptions({
|
|
"/Os",
|
|
"/O1"
|
|
})
|
|
filter {}
|
|
|
|
includedirs({
|
|
"fmt/include",
|
|
})
|
|
files({
|
|
"fmt/src/format.cc",
|
|
"fmt/src/os.cc"
|
|
})
|