blob: 64dd715c5e3ef28acd14a7c458719792edd2cb83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
add_subdirectory( twin4 )
add_subdirectory( grafix )
##### icons #####################################
tde_install_icons( twin4 )
##### other data ################################
install( FILES twin4.desktop
DESTINATION ${XDG_APPS_INSTALL_DIR}
)
|