Skip to content
Snippets Groups Projects
Commit f24db202 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge remote-tracking branch 'origin/gh-137_couldnt_linking_with_msgpack'

parents 5d0acc3e 5f53741d
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,6 @@ set_source_files_properties(${util_snap_sources} PROPERTIES OBJECT_DEPENDS
set_source_files_compile_flags(${util_snap_sources})
add_executable(${util_snap} ${util_snap_sources})
target_link_libraries (${util_snap} ${util_snap_libs} gopt small msgpack)
target_link_libraries (${util_snap} ${util_snap_libs} gopt small msgpuck)
install (TARGETS ${util_snap} DESTINATION bin)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment