summaryrefslogtreecommitdiff
path: root/plugins/irda
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2014-06-21 01:33:57 +0200
committerJörg Mayer <jmayer@loplof.de>2014-06-20 23:58:22 +0000
commitc11ae8ac827afa50ef226ebaef134f54ac0e532b (patch)
tree8a26fc121d3c148c06d0ff1a0a5e51296b0b7dd0 /plugins/irda
parentb2622e1194b9551569bb1ea4bed9e9241516608d (diff)
downloadwireshark-c11ae8ac827afa50ef226ebaef134f54ac0e532b.tar.gz
Add .rc files to the sources to have them included in the build
Change-Id: I84dda519e617b24d92fcf374670a4a6ee6f488ee Reviewed-on: https://code.wireshark.org/review/2506 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'plugins/irda')
-rw-r--r--plugins/irda/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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}")