add imgui based osd
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
TARGET = xPlayer
|
||||
|
||||
BUILD := build
|
||||
SRCS := src
|
||||
SRCS := src imgui
|
||||
|
||||
VPATH := $(foreach dir,$(SRCS),$(CURDIR)/$(dir))
|
||||
CFILES := $(foreach dir,$(SRCS),$(notdir $(wildcard $(dir)/*.c)))
|
||||
|
||||
Reference in New Issue
Block a user