From eaac7de007489f6907c9339d933bd6848b63bf2b Mon Sep 17 00:00:00 2001 From: Graham Bloice Date: Mon, 23 Nov 2015 21:51:47 +0000 Subject: Developers Guide updates for plugins with CMake Remove references to nmake, add references to CMake. Change-Id: Iea2d2b2fbdbab131bae823d5d6a5306630a70347 Reviewed-on: https://code.wireshark.org/review/12079 Reviewed-by: Graham Bloice Reviewed-by: Anders Broman --- plugins/stats_tree/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/stats_tree') diff --git a/plugins/stats_tree/CMakeLists.txt b/plugins/stats_tree/CMakeLists.txt index b7a4e60a47..e0d1dbcc28 100644 --- a/plugins/stats_tree/CMakeLists.txt +++ b/plugins/stats_tree/CMakeLists.txt @@ -21,7 +21,7 @@ include(WiresharkPlugin) -# This info is from moduleinfo.nmake +# Plugin name and version info (major minor micro extra) set_module_info(stats_tree 0 0 1 0) set(PLUGIN_FILES -- cgit v1.2.1