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/tpg/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/tpg') diff --git a/plugins/tpg/CMakeLists.txt b/plugins/tpg/CMakeLists.txt index c6106df8eb..542a83bdc7 100644 --- a/plugins/tpg/CMakeLists.txt +++ b/plugins/tpg/CMakeLists.txt @@ -66,6 +66,8 @@ add_library(tpg MODULE ${PLUGIN_FILES} ) +target_link_libraries(tpg epan) + install(TARGETS tpg 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