[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

View File

@@ -3,19 +3,12 @@ project("imgui")
uuid("ed9271c4-b0a1-42ef-8403-067b11bf49d0")
kind("StaticLib")
language("C++")
links({
})
defines({
"_LIB",
})
includedirs({
"imgui",
})
-- filter({"configurations:Release", "platforms:Windows"})
-- buildoptions({
-- "/O1",
-- })
-- filter{}
files({
"imgui/imconfig.h",
"imgui/imgui.cpp",