Skip to content
Snippets Groups Projects
Commit 8fa925c9 authored by SeeLook's avatar SeeLook :musical_note:
Browse files

install entry for translated mime types under Mac Os

parent 95c65891
Branches
No related tags found
No related merge requests found
......@@ -123,6 +123,12 @@ endif(APPLE OR WIN32)
install(FILES ${langs} DESTINATION "${INS_PREF}/lang")
if(APPLE)
file(GLOB mimeTrans "${CMAKE_CURRENT_SOURCE_DIR}/packaging/mac/*.lproj" )
install(DIRECTORY ${mimeTrans} DESTINATION ${INS_PREF})
endif(APPLE)
file(GLOB snds "${CMAKE_CURRENT_SOURCE_DIR}/sounds/*-guitar.ogg")
install(FILES ${snds} DESTINATION "${INS_PREF}/sounds")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment