You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# |
|
# FlatBuffers Makefile - include this and add $(FLATBUFFERS_CFLAGS) to the build |
|
# configuration as needed |
|
# |
|
|
|
FLATBUFFERS_PATH = external/flatbuffers |
|
|
|
FLATBUFFERS_CFLAGS := -I$(FLATBUFFERS_PATH)/include |
|
FLATBUFFERS_CFLAGS += -DFLATBUFFERS_CHRE
|
|
|