mirror of
https://github.com/aap/librw.git
synced 2025-12-28 21:39:56 +00:00
implemented dear imgui for librw
This commit is contained in:
10
premake5.lua
10
premake5.lua
@@ -96,6 +96,7 @@ end
|
||||
|
||||
function skeleton()
|
||||
files { "skeleton/*.cpp", "skeleton/*.h" }
|
||||
files { "skeleton/imgui/*.cpp", "skeleton/imgui/*.h" }
|
||||
includedirs { "skeleton" }
|
||||
end
|
||||
|
||||
@@ -132,6 +133,15 @@ project "clumpview"
|
||||
removeplatforms { "*null" }
|
||||
removeplatforms { "ps2" } -- for now
|
||||
|
||||
project "imguitest"
|
||||
kind "WindowedApp"
|
||||
characterset ("MBCS")
|
||||
skeltool("imguitest")
|
||||
files { "tools/imguitest/imgui/*.cpp" }
|
||||
flags { "WinMain" }
|
||||
removeplatforms { "*null" }
|
||||
removeplatforms { "ps2" }
|
||||
|
||||
project "ps2test"
|
||||
kind "ConsoleApp"
|
||||
targetdir (Bindir)
|
||||
|
||||
Reference in New Issue
Block a user