From cf85342eec957d911829a48034d8849f2273b2a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Tue, 6 Oct 2009 18:58:09 +0000 Subject: Build plugins with cmake on OSX. svn path=/trunk/; revision=30373 --- plugins/wimaxasncp/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/wimaxasncp') diff --git a/plugins/wimaxasncp/CMakeLists.txt b/plugins/wimaxasncp/CMakeLists.txt index 69aada17f4..5d593bc31f 100644 --- a/plugins/wimaxasncp/CMakeLists.txt +++ b/plugins/wimaxasncp/CMakeLists.txt @@ -71,6 +71,8 @@ add_library(wimaxasncp MODULE ${PLUGIN_FILES} ) +target_link_libraries(wimaxasncp epan) + install(TARGETS wimaxasncp LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/@CPACK_PACKAGE_NAME@/plugins/${CPACK_PACKAGE_VERSION} RUNTIME DESTINATION ${CMAKE_INSTALL_LIBDIR}/@CPACK_PACKAGE_NAME@/plugins/${CPACK_PACKAGE_VERSION} -- cgit v1.2.3