You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
386 B
CMake
13 lines
386 B
CMake
tde_conditional_add_subdirectory( WITH_ARTS artsplayer )
|
|
tde_conditional_add_subdirectory( WITH_AKODE akodeplayer )
|
|
tde_conditional_add_subdirectory( WITH_ALSA alsaplayer )
|
|
tde_conditional_add_subdirectory( WITH_GSTREAMER gstplayer )
|
|
|
|
|
|
##### other data
|
|
|
|
tde_create_translated_desktop(
|
|
SOURCE kttsd_audioplugin.desktop
|
|
DESTINATION ${SERVICETYPES_INSTALL_DIR}
|
|
)
|