From 64509425b39b988f3d9436b5c4482db8c86cf310 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 27 Mar 2020 00:28:44 +0900 Subject: 1) Added option for gcc visibility 2) Added man page from Debian packaging repo 3) Added application icon 4) Installed xpm icons Signed-off-by: Michele Calgaro --- man/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 man/CMakeLists.txt (limited to 'man/CMakeLists.txt') diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt new file mode 100644 index 0000000..8512250 --- /dev/null +++ b/man/CMakeLists.txt @@ -0,0 +1,5 @@ +INSTALL( + FILES ${PROJECT_NAME}.1 + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) -- cgit v1.2.1