1 2 3 4 5 6 7 8 9
file( GLOB _man_files *.1 ) if( _man_files ) INSTALL( FILES ${_man_files} DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc ) endif()