Blame view

RIOT/tests/pkg_aversiveplusplus/Makefile 184 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
  APPLICATION = pkg_aversiveplusplus
  include ../Makefile.tests_common
  
  USEPKG += aversiveplusplus
  FEATURES_REQUIRED += cpp
  CXXEXFLAGS += -std=c++11
  
  include $(RIOTBASE)/Makefile.include