mirror of
https://github.com/ocornut/imgui.git
synced 2025-10-16 06:55:59 +00:00
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:
7
examples/premake5-lib.lua
Normal file
7
examples/premake5-lib.lua
Normal 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" }
|
||||
|
Reference in New Issue
Block a user