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.
21 lines
311 B
21 lines
311 B
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}
|
|
)
|