From b8df9343aa3d83474a7fc4ecdb14e7e1a570896b Mon Sep 17 00:00:00 2001 From: AndersBroman Date: Wed, 29 Oct 2014 09:36:06 +0100 Subject: Add missing stuff for custom plugins. Change-Id: I34a35fe789d473b630b80c4f8f30833e0e04d188 Reviewed-on: https://code.wireshark.org/review/4981 Reviewed-by: Anders Broman --- CMakeListsCustom.txt.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CMakeListsCustom.txt.example') diff --git a/CMakeListsCustom.txt.example b/CMakeListsCustom.txt.example index 92d28b6c6d..c2b184609d 100644 --- a/CMakeListsCustom.txt.example +++ b/CMakeListsCustom.txt.example @@ -26,3 +26,9 @@ 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 -- cgit v1.2.1