add imgui demo
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
TARGET := cDrive
|
||||
SRCS := src
|
||||
SRCS := src imgui
|
||||
|
||||
VPATH := $(foreach dir,$(SRCS),$(CURDIR)/$(dir))
|
||||
CFILES := $(foreach dir,$(SRCS),$(notdir $(wildcard $(dir)/*.c)))
|
||||
CPPFILES := $(foreach dir,$(SRCS),$(notdir $(wildcard $(dir)/*.cpp)))
|
||||
OFILES := $(CPPFILES:.cpp=.o) $(CFILES:.c=.o)
|
||||
|
||||
INCLUDES := -I$(CURDIR)/include
|
||||
INCLUDES := -I$(CURDIR)/imgui
|
||||
CFLAGS := -O2 -Wall $(INCLUDES) `curl-config --cflags`
|
||||
CXXFLAGS := $(CFLAGS) -fno-rtti -std=c++17
|
||||
LDFLAGS := `curl-config --libs` `pkg-config glfw3 --libs`
|
||||
|
||||
Reference in New Issue
Block a user