Moved example source files into sub folder
This commit is contained in:
parent
a17e3924b3
commit
94a076e1ae
69 changed files with 685 additions and 164 deletions
|
|
@ -16,7 +16,7 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_MODULE := %APK_NAME%
|
||||
|
||||
PROJECT_FILES := $(wildcard $(LOCAL_PATH)/../../%SRC_FOLDER%/*.cpp)
|
||||
PROJECT_FILES := $(wildcard $(LOCAL_PATH)/../../examples/%SRC_FOLDER%/*.cpp)
|
||||
PROJECT_FILES += $(wildcard $(LOCAL_PATH)/../../base/*.cpp)
|
||||
PROJECT_FILES += $(wildcard $(LOCAL_PATH)/../../external/imgui/imgui.cpp $(LOCAL_PATH)/../../external/imgui/imgui_draw.cpp)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue