Files
imgui/examples/premake5-lib.lua
ocornut 88af3ab7b0 Premake: experimental premake5 script.
(neater vs project output but certainly less standard than cmake)
(amended 2022-09-28)
(amended 2023-02-07)
2025-09-17 19:05:51 +02: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" }