
## This is a C++11 package
CXX_STD = CXX11

## We need the headers exported via inst/include
PKG_CPPFLAGS = -I../inst/include/ -DCPPTOML_USE_MAP

