mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} functions
This commit is contained in:
parent
b3987e2402
commit
3af10a1d00
7 changed files with 78 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue