diff options
| author | songyanchao <[email protected]> | 2023-11-30 04:07:00 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-12-01 10:12:35 +0000 |
| commit | d1c299b0d0484f94ef4b3e5f942df73e9ca68c5b (patch) | |
| tree | b1956fcbc3e59d6359a75f2a56d9dcd7b6110925 /support | |
| parent | 334e8b72b4b3df083919d6c582544b23ef6e3315 (diff) | |
✨ feat(DPISDN-28): Replace msgpack-c with mpack and add corresponding test cases
Replace msgpack-c with mpack and add corresponding test cases
Diffstat (limited to 'support')
| -rw-r--r-- | support/CMakeLists.txt | 3 | ||||
| -rw-r--r-- | support/mpack-amalgamation-1.1.1.tar.gz | bin | 0 -> 422004 bytes |
2 files changed, 2 insertions, 1 deletions
diff --git a/support/CMakeLists.txt b/support/CMakeLists.txt index dd858f7..0cd3c60 100644 --- a/support/CMakeLists.txt +++ b/support/CMakeLists.txt @@ -100,4 +100,5 @@ add_library(libevent-static-pthreads STATIC IMPORTED GLOBAL) add_dependencies(libevent-static-pthreads libevent) set_property(TARGET libevent-static-pthreads PROPERTY IMPORTED_LOCATION ${INSTALL_DIR}/lib/libevent_pthreads.a) set_property(TARGET libevent-static-pthreads PROPERTY IMPORTED_INTERFACE_LINK_LIBRARIES pthread crypto) -set_property(TARGET libevent-static-pthreads PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${INSTALL_DIR}/include)
\ No newline at end of file +set_property(TARGET libevent-static-pthreads PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${INSTALL_DIR}/include) + diff --git a/support/mpack-amalgamation-1.1.1.tar.gz b/support/mpack-amalgamation-1.1.1.tar.gz Binary files differnew file mode 100644 index 0000000..2bee624 --- /dev/null +++ b/support/mpack-amalgamation-1.1.1.tar.gz |
