mirror of
https://github.com/xenia-project/xenia.git
synced 2026-07-11 01:24:34 +02:00
Add fmt submodule.
This commit is contained in:
@@ -55,3 +55,6 @@
|
||||
[submodule "third_party/utfcpp"]
|
||||
path = third_party/utfcpp
|
||||
url = https://github.com/xenia-project/utfcpp.git
|
||||
[submodule "third_party/fmt"]
|
||||
path = third_party/fmt
|
||||
url = https://github.com/fmtlib/fmt.git
|
||||
|
||||
+1
Submodule third_party/fmt added at 27e3c0fe9b
Vendored
+17
@@ -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