mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-14 22:33:02 +02:00
14 lines
203 B
Makefile
14 lines
203 B
Makefile
if ENABLE_CXX
|
|
export ERB
|
|
SUBDIRS = c cpp
|
|
else
|
|
SUBDIRS = c
|
|
endif
|
|
|
|
nobase_include_HEADERS = \
|
|
msgpack/pack_define.h \
|
|
msgpack/pack_template.h \
|
|
msgpack/unpack_define.h \
|
|
msgpack/unpack_template.h
|
|
|