INCLUDES += -I$(PKGDIRBASE)/flatbuffers/include FLATC ?= flatc ifneq (0,$(shell which flatc > /dev/null 2>&1 ; echo $$?)) FLATC = $(RIOTTOOLS)/flatc/flatc $(call target-export-variables,all,FLATC) endif # This module requires cpp11 support CXXEXFLAGS += -std=c++11 # This package is a header only package, so there's nothing to build PSEUDOMODULES += flatbuffers