summaryrefslogtreecommitdiff
path: root/CMakeListsCustom.txt.example
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2015-11-24 12:59:37 +0100
committerAnders Broman <a.broman58@gmail.com>2015-11-24 12:01:33 +0000
commit46f3fe48a3bf1b5ea341544e2abd49910cacaa6e (patch)
treeba8296fb4873a59cb546673c9d37c1feacbd55de /CMakeListsCustom.txt.example
parente30c8f230222aea11dc729cb840affcf49fa8a21 (diff)
downloadwireshark-46f3fe48a3bf1b5ea341544e2abd49910cacaa6e.tar.gz
[Custom plugins] CUSTOM_PLUGIN_IN_FILES is no longer required.
Change-Id: I329a26ece145d70221d47c728e11dca54416a5cf Reviewed-on: https://code.wireshark.org/review/12092 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'CMakeListsCustom.txt.example')
-rw-r--r--CMakeListsCustom.txt.example6
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeListsCustom.txt.example b/CMakeListsCustom.txt.example
index c2b184609d..92d28b6c6d 100644
--- a/CMakeListsCustom.txt.example
+++ b/CMakeListsCustom.txt.example
@@ -26,9 +26,3 @@ set(CUSTOM_PLUGIN_SRC_DIR
# or
# plugins/foo
)
-
-set(CUSTOM_PLUGIN_IN_FILES
-# private_plugins/foo/plugin.rc.in
-# or
-# plugins/foo/plugin.rc.in
-) \ No newline at end of file