From edc67362936f6e23ca0a630e6321563395a91e35 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 3 Jul 2014 02:08:48 -0700 Subject: Add --help and --version support. Make the output for them resemble the output for other programs. Change-Id: I45dbee32ad403b8fedc2350ac9096ac1a5820cbe Reviewed-on: https://code.wireshark.org/review/2799 Reviewed-by: Guy Harris --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f4a36663c..bf6691d231 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1305,6 +1305,7 @@ if(BUILD_captype) ) set(captype_FILES captype.c + version_info.c image/captype.rc ) add_executable(captype ${captype_FILES}) -- cgit v1.2.3