24 lines
385 B
Lua
24 lines
385 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({
|
|
-- "/O1",
|
|
-- })
|
|
-- filter {}
|
|
|
|
includedirs({
|
|
"fmt/include",
|
|
})
|
|
files({
|
|
"fmt/src/format.cc",
|
|
"fmt/src/os.cc"
|
|
})
|