mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-30 18:34:34 +01:00
b8a79edcf5
(neater vs project output but certainly less standard than cmake) (amended 2022-09-28) (amended 2023-02-07)
8 lines
232 B
Lua
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" }
|
|
|