summaryrefslogtreecommitdiffstats
path: root/keduca/resources/CMakeLists.txt
blob: 32000370c816fde946857c0c8c18cbec814dc77e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
add_subdirectory( pics  )
add_subdirectory( icons )


##### icons

tde_install_icons( )


##### other data

install(
    FILES x-edu.desktop x-edugallery.desktop
    DESTINATION ${MIME_INSTALL_DIR}/application
)

install(
    FILES keduca.desktop keducabuilder.desktop
    DESTINATION ${XDG_APPS_INSTALL_DIR}
)