diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-01-09 10:39:27 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-01-09 10:39:27 +0100 |
commit | 27e97cca23e8222b147e2070282bcdb14e3bddfc (patch) | |
tree | 409b40d40377cf36eca926228732c34f8600593c /src/app/prototest/Makefile.inc | |
parent | 2d4375cab1f2a216d060db3197f62379cd9f09a9 (diff) |
import binn serialization format
Diffstat (limited to 'src/app/prototest/Makefile.inc')
-rw-r--r-- | src/app/prototest/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/prototest/Makefile.inc b/src/app/prototest/Makefile.inc index 7acd589..957591a 100644 --- a/src/app/prototest/Makefile.inc +++ b/src/app/prototest/Makefile.inc @@ -21,6 +21,11 @@ ifeq (${prototest_arduinojson}, 1) COMMON_FLAGS += -DPROTOTEST_ARDUINOJSON endif +ifeq (${prototest_binn}, 1) + COMMON_FLAGS += -DPROTOTEST_BINN + CXX_TARGETS += src/lib/binn.cc +endif + ifeq (${prototest_capnproto_c}, 1) COMMON_FLAGS += -DPROTOTEST_CAPNPROTO_C CXX_TARGETS += src/app/prototest/capnp_c_bench.capnp.cc |