Premake: experimental premake5 script.

(neater vs project output but certainly less standard than cmake)
(amended 2022-09-28)
(amended 2023-02-07)
This commit is contained in:
ocornut
2022-05-29 21:52:05 +02:00
committed by ocornut
parent 9a5d5c45f5
commit 331f77043e
2 changed files with 311 additions and 0 deletions

View File

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