cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} functions

This commit is contained in:
frsyuki
2010-07-06 17:00:58 +09:00
parent b3987e2402
commit 3af10a1d00
7 changed files with 78 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ check_PROGRAMS = \
convert \
buffer \
cases \
version \
msgpackc_test \
msgpack_test
@@ -37,6 +38,8 @@ buffer_LDADD = -lz
cases_SOURCES = cases.cc
version_SOURCES = version.cc
msgpackc_test_SOURCES = msgpackc_test.cpp
msgpack_test_SOURCES = msgpack_test.cpp