Files
imgui/examples/premake5-lib.lua
ocornut e3782d2429 Premake: experimental premake5 script.
(neater vs project output but certainly less standard than cmake)
(amended 2022-09-28)
(amended 2023-02-07)
2025-11-05 20:33:45 +01:00

8 lines
232 B
Lua

project "imgui"
kind "StaticLib"
files { "../*.h", "../*.cpp" }
vpaths { ["imgui"] = { "../*.cpp", "../*.h", "../misc/debuggers/*.natvis" } }
filter { "toolset:msc*" }
files { "../misc/debuggers/*.natvis" }