[premake] Cleanup

This commit is contained in:
Margen67
2025-07-25 16:49:55 -07:00
parent 7fec549552
commit 25d6f8269a
28 changed files with 9 additions and 97 deletions

7
third_party/fmt.lua vendored
View File

@@ -3,16 +3,9 @@ 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",