ports/devel/msgpuck/files/patch-test-CMakeLists.txt
Sunpoet Po-Chuan Hsieh f3dbcc0a9f Update to 2.0
- Update COMMENT
- Add LICENSE_FILE
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/tarantool/msgpuck/commits/master
2018-03-01 13:34:49 +00:00

11 lines
384 B
Text

--- test/CMakeLists.txt.orig 2017-02-07 12:14:17 UTC
+++ test/CMakeLists.txt
@@ -14,7 +14,7 @@ endif()
set(alltests)
foreach (test msgpuck)
add_executable(${test}.test ${test}.c test.c)
- target_link_libraries(${test}.test msgpuck)
+ target_link_libraries(${test}.test msgpuck_shared)
list(APPEND alltests ${test}.test_run)
add_custom_target(${test}.test_run