You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/applnk/CMakeLists.txt

32 lines
620 B

##### desktop files
install(
FILES languages.desktop
DESTINATION ${APPS_INSTALL_DIR}/Edutainment/Languages
RENAME .directory
)
install(
FILES mathematics.desktop
DESTINATION ${APPS_INSTALL_DIR}/Edutainment/Mathematics
RENAME .directory
)
install(
FILES science.desktop
DESTINATION ${APPS_INSTALL_DIR}/Edutainment/Science
RENAME .directory
)
install(
FILES tools.desktop
DESTINATION ${APPS_INSTALL_DIR}/Edutainment/Tools
RENAME .directory
)
install(
FILES miscellaneous.desktop
DESTINATION ${APPS_INSTALL_DIR}/Edutainment/Miscellaneous
RENAME .directory
)