1
0
mirror of https://github.com/ocornut/imgui.git synced 2025-03-01 16:10:37 +01:00
imgui/examples/premake5-lib.lua

8 lines
232 B
Lua
Raw Normal View History

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