Move common rack/plugins external repos to new include/ dir
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
5efc37e15c
commit
9ce1e18c1f
13 changed files with 12 additions and 6 deletions
|
@ -92,6 +92,8 @@ endif
|
|||
|
||||
BASE_FLAGS += -D_APP_VERSION=Cardinal
|
||||
BASE_FLAGS += -I../dpf/dgl/src/nanovg
|
||||
BASE_FLAGS += -I../include
|
||||
BASE_FLAGS += -I../include/neon-compat
|
||||
BASE_FLAGS += -IRack/include
|
||||
BASE_FLAGS += -IRack/dep/include
|
||||
BASE_FLAGS += -IRack/dep/filesystem/include
|
||||
|
@ -101,7 +103,7 @@ BASE_FLAGS += -IRack/dep/nanosvg/src
|
|||
BASE_FLAGS += -IRack/dep/osdialog
|
||||
BASE_FLAGS += -IRack/dep/oui-blendish
|
||||
BASE_FLAGS += -IRack/dep/pffft
|
||||
BASE_FLAGS += -Ineon-compat
|
||||
|
||||
BASE_FLAGS += -pthread
|
||||
|
||||
ifeq ($(WINDOWS),true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue