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/unistim/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/unistim') diff --git a/plugins/unistim/CMakeLists.txt b/plugins/unistim/CMakeLists.txt index 0725c3f4ea..e0f742452b 100644 --- a/plugins/unistim/CMakeLists.txt +++ b/plugins/unistim/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(unistim 0 0 2 0) set(DISSECTOR_SRC -- cgit v1.2.1