From 46f3fe48a3bf1b5ea341544e2abd49910cacaa6e Mon Sep 17 00:00:00 2001 From: AndersBroman Date: Tue, 24 Nov 2015 12:59:37 +0100 Subject: [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 --- CMakeListsCustom.txt.example | 6 ------ 1 file changed, 6 deletions(-) (limited to 'CMakeListsCustom.txt.example') 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 -- cgit v1.2.1