File: CMakeLists.txt

package info (click to toggle)
kdevplatform 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 19,868 kB
  • sloc: cpp: 128,247; sh: 697; python: 365; php: 83; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 319 bytes parent folder | download
1
2
3
4
5
6
7
8
9
set(kdevpastebin_PART_SRCS
    pastebinplugin.cpp
)

kde4_add_plugin(kdevpastebin ${kdevpastebin_PART_SRCS})
target_link_libraries(kdevpastebin ${KDEVPLATFORM_INTERFACES_LIBRARIES})

install(TARGETS kdevpastebin DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES kdevpastebin.desktop DESTINATION ${SERVICES_INSTALL_DIR})