From 2e3ab1464f9e4e8b00ebb15ea0f5a0afd2df7263 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 7 Nov 2014 09:27:46 -0800 Subject: Removed old man/CMakeLists.txt. --- src/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 55b5be1..b961ff7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -60,6 +60,11 @@ set_property(TARGET ${PROGRAM} APPEND PROPERTY LINK_FLAGS /INCREMENTAL:NO) endif(MSVC) + install(TARGETS ${PROGRAM} ${LIBRARY} RUNTIME DESTINATION bin LIBRARY DESTINATION lib) + +if(UNIX) + INSTALL(FILES ../man/man1/cmark.1 DESTINATION share/man/man1) +endif(UNIX) -- cgit v1.2.3