summaryrefslogtreecommitdiffstats
path: root/applnk/CMakeLists.txt
blob: 86b65c6ab472889199d60eca39a967e52a14859b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
##### 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
)