Unicode font for Navigtor for windows and 3-rd party license distribution mechanism (issue 2333 comment 41)
This commit is contained in:
@@ -4,6 +4,7 @@ file (GLOB SOUNDFILES "sounds/*")
|
||||
file (GLOB INPUTICCFILES "iccprofiles/input/*")
|
||||
file (GLOB OUTPUTICCFILES "iccprofiles/output/*")
|
||||
file (GLOB DCPFILES "dcpprofiles/*")
|
||||
file (GLOB FONTS "fonts/*")
|
||||
set (PROFILESDIR "profiles")
|
||||
# THEMEDIR includes subfolders for image resources for some themes; doing the normal glob won't work.
|
||||
set (THEMEDIR "themes")
|
||||
@@ -66,6 +67,7 @@ install (FILES ${SOUNDFILES} DESTINATION "${DATADIR}/sounds")
|
||||
install (FILES ${INPUTICCFILES} DESTINATION "${DATADIR}/iccprofiles/input")
|
||||
install (FILES ${OUTPUTICCFILES} DESTINATION "${DATADIR}/iccprofiles/output")
|
||||
install (FILES ${DCPFILES} DESTINATION "${DATADIR}/dcpprofiles")
|
||||
install (FILES ${FONTS} DESTINATION "${DATADIR}/fonts")
|
||||
install (DIRECTORY ${PROFILESDIR} DESTINATION "${DATADIR}" FILES_MATCHING PATTERN "*.pp3")
|
||||
install (DIRECTORY ${THEMEDIR} DESTINATION "${DATADIR}")
|
||||
install (DIRECTORY ${IMAGESDIR} DESTINATION "${DATADIR}" FILES_MATCHING PATTERN "index.theme")
|
||||
|
Reference in New Issue
Block a user