From c11ae8ac827afa50ef226ebaef134f54ac0e532b Mon Sep 17 00:00:00 2001 From: Joerg Mayer Date: Sat, 21 Jun 2014 01:33:57 +0200 Subject: =?UTF-8?q?Add=20.rc=20files=20to=20the=20sources=20to=20have=20th?= =?UTF-8?q?em=20included=20in=20the=20build=20Change-Id:=20I84dda519e617b2?= =?UTF-8?q?4d92fcf374670a4a6ee6f488ee=20Reviewed-on:=20https://code.wiresh?= =?UTF-8?q?ark.org/review/2506=20Reviewed-by:=20J=C3=B6rg=20Mayer=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/asn1/CMakeLists.txt | 1 + plugins/docsis/CMakeLists.txt | 1 + plugins/ethercat/CMakeLists.txt | 1 + plugins/gryphon/CMakeLists.txt | 1 + plugins/irda/CMakeLists.txt | 1 + plugins/m2m/CMakeLists.txt | 1 + plugins/mate/CMakeLists.txt | 1 + plugins/opcua/CMakeLists.txt | 1 + plugins/profinet/CMakeLists.txt | 1 + plugins/stats_tree/CMakeLists.txt | 1 + plugins/tpg/CMakeLists.txt | 1 + plugins/unistim/CMakeLists.txt | 1 + plugins/wimax/CMakeLists.txt | 1 + plugins/wimaxasncp/CMakeLists.txt | 1 + plugins/wimaxmacphy/CMakeLists.txt | 1 + 15 files changed, 15 insertions(+) (limited to 'plugins') diff --git a/plugins/asn1/CMakeLists.txt b/plugins/asn1/CMakeLists.txt index d7cebba76f..07bb50519e 100644 --- a/plugins/asn1/CMakeLists.txt +++ b/plugins/asn1/CMakeLists.txt @@ -54,6 +54,7 @@ register_dissector_files(plugin.c add_library(asn1 ${LINK_MODE_MODULE} ${PLUGIN_FILES} + plugin.rc ) set_target_properties(asn1 PROPERTIES PREFIX "") set_target_properties(asn1 PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") diff --git a/plugins/docsis/CMakeLists.txt b/plugins/docsis/CMakeLists.txt index 7a26e5f788..8503d6cd83 100644 --- a/plugins/docsis/CMakeLists.txt +++ b/plugins/docsis/CMakeLists.txt @@ -92,6 +92,7 @@ register_dissector_files(plugin.c add_library(docsis ${LINK_MODE_MODULE} ${PLUGIN_FILES} + plugin.rc ) set_target_properties(docsis PROPERTIES PREFIX "") set_target_properties(docsis PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") diff --git a/plugins/ethercat/CMakeLists.txt b/plugins/ethercat/CMakeLists.txt index 50a0687537..a77384c820 100644 --- a/plugins/ethercat/CMakeLists.txt +++ b/plugins/ethercat/CMakeLists.txt @@ -55,6 +55,7 @@ register_dissector_files(plugin.c add_library(ethercat ${LINK_MODE_MODULE} ${PLUGIN_FILES} + plugin.rc ) set_target_properties(ethercat PROPERTIES PREFIX "") set_target_properties(ethercat PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") diff --git a/plugins/gryphon/CMakeLists.txt b/plugins/gryphon/CMakeLists.txt index d80b0ccfd1..fdf9a51b4f 100644 --- a/plugins/gryphon/CMakeLists.txt +++ b/plugins/gryphon/CMakeLists.txt @@ -49,6 +49,7 @@ register_dissector_files(plugin.c add_library(gryphon ${LINK_MODE_MODULE} ${PLUGIN_FILES} + plugin.rc ) set_target_properties(gryphon PROPERTIES PREFIX "") set_target_properties(gryphon PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") diff --git a/plugins/irda/CMakeLists.txt b/plugins/irda/CMakeLists.txt index 289865db65..551e537f6f 100644 --- a/plugins/irda/CMakeLists.txt +++ b/plugins/irda/CMakeLists.txt @@ -51,6 +51,7 @@ register_dissector_files(plugin.c add_library(irda ${LINK_MODE_MODULE} ${PLUGIN_FILES} + plugin.rc ) set_target_properties(irda PROPERTIES PREFIX "") set_target_properties(irda PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") diff --git a/plugins/m2m/CMakeLists.txt b/plugins/m2m/CMakeLists.txt index 3020afd31c..4dda097b15 100644 --- a/plugins/m2m/CMakeLists.txt +++ b/plugins/m2m/CMakeLists.txt @@ -54,6 +54,7 @@ register_dissector_files(plugin.c add_library(m2m ${LINK_MODE_MODULE} ${PLUGIN_FILES} + plugin.rc ) set_target_properties(m2m PROPERTIES PREFIX "") set_target_properties(m2m PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") diff --git a/plugins/mate/CMakeLists.txt b/plugins/mate/CMakeLists.txt index 1f6d5616eb..28c41f296a 100644 --- a/plugins/mate/CMakeLists.txt +++ b/plugins/mate/CMakeLists.txt @@ -70,6 +70,7 @@ register_dissector_files(plugin.c add_library(mate ${LINK_MODE_MODULE} ${PLUGIN_FILES} + plugin.rc ) set_target_properties(mate PROPERTIES PREFIX "") set_target_properties(mate PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") diff --git a/plugins/opcua/CMakeLists.txt b/plugins/opcua/CMakeLists.txt index 26b7634b1d..281e8cb0cd 100644 --- a/plugins/opcua/CMakeLists.txt +++ b/plugins/opcua/CMakeLists.txt @@ -64,6 +64,7 @@ register_dissector_files(plugin.c add_library(opcua ${LINK_MODE_MODULE} ${PLUGIN_FILES} + plugin.rc ) set_target_properties(opcua PROPERTIES PREFIX "") set_target_properties(opcua PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") diff --git a/plugins/profinet/CMakeLists.txt b/plugins/profinet/CMakeLists.txt index ff691a2a85..48c2a2b7c4 100644 --- a/plugins/profinet/CMakeLists.txt +++ b/plugins/profinet/CMakeLists.txt @@ -61,6 +61,7 @@ register_dissector_files(plugin.c add_library(profinet ${LINK_MODE_MODULE} ${PLUGIN_FILES} + plugin.rc ) set_target_properties(profinet PROPERTIES PREFIX "") set_target_properties(profinet PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") diff --git a/plugins/stats_tree/CMakeLists.txt b/plugins/stats_tree/CMakeLists.txt index 99975e1c85..e8dfdae13c 100644 --- a/plugins/stats_tree/CMakeLists.txt +++ b/plugins/stats_tree/CMakeLists.txt @@ -38,6 +38,7 @@ endif() add_library(stats_tree ${LINK_MODE_MODULE} ${TAP_SRC} + plugin.rc ) set_target_properties(stats_tree PROPERTIES PREFIX "") set_target_properties(stats_tree PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") diff --git a/plugins/tpg/CMakeLists.txt b/plugins/tpg/CMakeLists.txt index c641f12ab9..066f68f300 100644 --- a/plugins/tpg/CMakeLists.txt +++ b/plugins/tpg/CMakeLists.txt @@ -69,6 +69,7 @@ ADD_CUSTOM_COMMAND( add_library(tpg ${LINK_MODE_MODULE} ${PLUGIN_FILES} + plugin.rc ) set_target_properties(tpg PROPERTIES PREFIX "") set_target_properties(tpg PROPERTIES LINK_FLAGS ${WS_LINK_FLAGS}) diff --git a/plugins/unistim/CMakeLists.txt b/plugins/unistim/CMakeLists.txt index 9e51055e02..1f8cf08715 100644 --- a/plugins/unistim/CMakeLists.txt +++ b/plugins/unistim/CMakeLists.txt @@ -49,6 +49,7 @@ register_dissector_files(plugin.c add_library(unistim ${LINK_MODE_MODULE} ${PLUGIN_FILES} + plugin.rc ) set_target_properties(unistim PROPERTIES PREFIX "") set_target_properties(unistim PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") diff --git a/plugins/wimax/CMakeLists.txt b/plugins/wimax/CMakeLists.txt index 5aa0387559..32c5b07dd3 100644 --- a/plugins/wimax/CMakeLists.txt +++ b/plugins/wimax/CMakeLists.txt @@ -94,6 +94,7 @@ register_dissector_files(plugin.c add_library(wimax ${LINK_MODE_MODULE} ${PLUGIN_FILES} + plugin.rc ) set_target_properties(wimax PROPERTIES PREFIX "") set_target_properties(wimax PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") diff --git a/plugins/wimaxasncp/CMakeLists.txt b/plugins/wimaxasncp/CMakeLists.txt index d21ad6824b..da0ee523dc 100644 --- a/plugins/wimaxasncp/CMakeLists.txt +++ b/plugins/wimaxasncp/CMakeLists.txt @@ -53,6 +53,7 @@ register_dissector_files(plugin.c add_library(wimaxasncp ${LINK_MODE_MODULE} ${PLUGIN_FILES} + plugin.rc ) set_target_properties(wimaxasncp PROPERTIES PREFIX "") set_target_properties(wimaxasncp PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") diff --git a/plugins/wimaxmacphy/CMakeLists.txt b/plugins/wimaxmacphy/CMakeLists.txt index 6ee2007dc3..b4d50eb729 100644 --- a/plugins/wimaxmacphy/CMakeLists.txt +++ b/plugins/wimaxmacphy/CMakeLists.txt @@ -49,6 +49,7 @@ register_dissector_files(plugin.c add_library(wimaxmacphy ${LINK_MODE_MODULE} ${PLUGIN_FILES} + plugin.rc ) set_target_properties(wimaxmacphy PROPERTIES PREFIX "") set_target_properties(wimaxmacphy PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}") -- cgit v1.2.3