diff options
| author | Andreas Schneider <asn@samba.org> | 2013-12-12 08:50:43 +0100 |
|---|---|---|
| committer | Andreas Schneider <asn@samba.org> | 2013-12-12 08:50:43 +0100 |
| commit | 48db0346ceb93254ffbe7ffdf795e162867aa8e8 (patch) | |
| tree | 6bcbf62a4dd6ddb287acf3c0ee0b088569267955 | |
| parent | 26019f9dfaad0840742938d4aff904584eb01edf (diff) | |
| download | socket_wrapper-48db0346ceb93254ffbe7ffdf795e162867aa8e8.tar.gz socket_wrapper-48db0346ceb93254ffbe7ffdf795e162867aa8e8.tar.xz socket_wrapper-48db0346ceb93254ffbe7ffdf795e162867aa8e8.zip | |
cmake: Fix linking echo_srv on Solaris.
| -rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 1154561..9de698e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -10,6 +10,7 @@ set(TORTURE_LIBRARY torture) # RFC862 echo server add_executable(echo_srv echo_srv.c) +target_link_libraries(echo_srv ${SWRAP_REQUIRED_LIBRARIES}) add_library(${TORTURE_LIBRARY} STATIC torture.c) target_link_libraries(${TORTURE_LIBRARY} |
