1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/pkg/flatbuffers/Makefile

12 lines
178 B
Makefile
Raw Normal View History

2019-11-27 11:54:18 +01:00
PKG_NAME=flatbuffers
PKG_URL=https://github.com/google/flatbuffers
PKG_VERSION=v1.11.0
PKG_LICENSE=Apache2.0
include $(RIOTBASE)/pkg/pkg.mk
2021-11-12 19:26:30 +01:00
CFLAGS += -Wno-cast-align
2019-11-27 11:54:18 +01:00
all:
@: