Fix premake filter mistake that broke debug builds (and likely any build other than release)

This commit is contained in:
chss95cs@gmail.com
2022-10-08 10:10:36 -07:00
parent 8f7f7dc6ad
commit d8c94b1aee
8 changed files with 17 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ project("imgui")
"/Os",
"/O1"
})
filter{}
files({
"imgui/imconfig.h",
"imgui/imgui.cpp",