Add fmt submodule.
This commit is contained in:
17
third_party/fmt.lua
vendored
Normal file
17
third_party/fmt.lua
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
group("third_party")
|
||||
project("fmt")
|
||||
uuid("b9ff4b2c-b438-42a9-971e-e0c19a711a13")
|
||||
kind("StaticLib")
|
||||
language("C++")
|
||||
links({
|
||||
})
|
||||
defines({
|
||||
"_LIB",
|
||||
})
|
||||
includedirs({
|
||||
"fmt/include",
|
||||
})
|
||||
files({
|
||||
"fmt/src/format.cc",
|
||||
"fmt/src/os.cc"
|
||||
})
|
||||
Reference in New Issue
Block a user