summaryrefslogtreecommitdiffstats
path: root/kttsd/players/CMakeLists.txt
blob: 69971f43e7b9ebbc6f78834bac3bbeb289661197 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

add_subdirectory( artsplayer )

tde_conditional_add_subdirectory( WITH_AKODE     akodeplayer )
tde_conditional_add_subdirectory( WITH_ALSA      alsaplayer  )
tde_conditional_add_subdirectory( WITH_GSTREAMER gstplayer   )


##### other data

install(
    FILES kttsd_audioplugin.desktop
    DESTINATION ${SERVICETYPES_INSTALL_DIR}
)