mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
cpp: msgpack_object_equal
This commit is contained in:
parent
72160aac9a
commit
35802ba949
5 changed files with 78 additions and 59 deletions
|
|
@ -66,7 +66,7 @@ check_PROGRAMS = \
|
|||
msgpack_test
|
||||
|
||||
msgpackc_test_SOURCES = msgpackc_test.cpp
|
||||
msgpackc_test_LDADD = libmsgpackc.la -lgtest_main
|
||||
msgpackc_test_LDADD = libmsgpack.la -lgtest_main
|
||||
|
||||
msgpack_test_SOURCES = msgpack_test.cpp
|
||||
msgpack_test_LDADD = libmsgpack.la -lgtest_main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue