/[svn]/qsampler/trunk/src/CMakeLists.txt
ViewVC logotype

Diff of /qsampler/trunk/src/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4034 by capela, Mon Feb 28 09:05:38 2022 UTC revision 4035 by capela, Wed Mar 16 08:10:23 2022 UTC
# Line 170  if (UNIX AND NOT APPLE) Line 170  if (UNIX AND NOT APPLE)
170      DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/32x32/mimetypes)      DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/32x32/mimetypes)
171    install (FILES mimetypes/org.rncbc.${PROJECT_NAME}.application-x-${PROJECT_NAME}-session.svg    install (FILES mimetypes/org.rncbc.${PROJECT_NAME}.application-x-${PROJECT_NAME}-session.svg
172      DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/mimetypes)      DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/mimetypes)
173      install (FILES man1/${PROJECT_NAME}.1
174        DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
175      install (FILES man1/${PROJECT_NAME}.fr.1
176        DESTINATION ${CMAKE_INSTALL_MANDIR}/fr/man1 RENAME ${PROJECT_NAME}.1)
177  endif ()  endif ()
178    
179  if (WIN32)  if (WIN32)

Legend:
Removed from v.4034  
changed lines
  Added in v.4035

  ViewVC Help
Powered by ViewVC