mirror of
https://github.com/JaCzekanski/Avocado.git
synced 2025-04-02 10:52:39 -04:00
12 lines
No EOL
268 B
Lua
12 lines
No EOL
268 B
Lua
group "externals"
|
|
project "fmt"
|
|
uuid "ffc1977c-c7bc-4d62-b7c7-6fa0b55c3625"
|
|
kind "StaticLib"
|
|
language "c++"
|
|
location "../build/libs/fmt"
|
|
includedirs {
|
|
"../externals/fmt/include"
|
|
}
|
|
files {
|
|
"../externals/fmt/src/*.cc",
|
|
} |