summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
blob: 93766bed23f60e0cb5b71bd7d5a85834c1ec6bb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
add_subdirectory( src )
tde_conditional_add_subdirectory( BUILD_DOC doc )


##### icons

tde_install_icons( ${PROJECT_NAME} )


##### other data

install(
    FILES ${PROJECT_NAME}.desktop
    DESTINATION ${XDG_APPS_INSTALL_DIR}
)