File: CMakeLists.txt

package info (click to toggle)
k3b 2.0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 49,940 kB
  • sloc: cpp: 99,986; sh: 66; makefile: 10; xml: 10
file content (14 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
########### next target ###############

set(k3bwavedecoder_PART_SRCS k3bwavedecoder.cpp )

kde4_add_plugin(k3bwavedecoder ${k3bwavedecoder_PART_SRCS})

target_link_libraries(k3bwavedecoder k3bdevice ${KDE4_KDECORE_LIBS} k3b )

install(TARGETS k3bwavedecoder DESTINATION ${PLUGIN_INSTALL_DIR} )


########### install files ###############

install( FILES  k3bwavedecoder.desktop DESTINATION ${SERVICES_INSTALL_DIR} )