imgui/examples/premake5-lib.lua
omar 2affff0962 Premake: experimental premake5 script.
(neater vs project output but certainly less standard than cmake)
2022-02-07 18:20:42 +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" }