mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
- Update COMMENT - Add LICENSE_FILE - Update pkg-descr - Take maintainership Changes: https://github.com/tarantool/msgpuck/commits/master
11 lines
384 B
Text
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
|