mirror of
https://github.com/joel16/NX-Shell.git
synced 2024-11-23 11:49:46 +00:00
imgui: Move from libs/<source/include> to libs/imgui
This commit is contained in:
parent
d0ff5cfb9a
commit
aa00b24c76
4
Makefile
4
Makefile
@ -39,9 +39,9 @@ include $(DEVKITPRO)/libnx/switch_rules
|
||||
#---------------------------------------------------------------------------------
|
||||
TARGET := $(notdir $(CURDIR))
|
||||
BUILD := build
|
||||
SOURCES := libs/source libs/source/imgui source source/windows source/popups
|
||||
SOURCES := libs/imgui source source/windows source/popups
|
||||
DATA := data
|
||||
INCLUDES := libs/include libs/include/imgui include
|
||||
INCLUDES := libs/imgui include
|
||||
ROMFS := romfs
|
||||
|
||||
VERSION_MAJOR := 3
|
||||
|
Loading…
Reference in New Issue
Block a user