



########### next target ###############

set(noatunblurscope_PART_SRCS sdlscope.cpp scopedisplayer.cpp )

kde4_add_plugin(noatunblurscope ${noatunblurscope_PART_SRCS})



target_link_libraries(noatunblurscope  ${KDE4_KDECORE_LIBS} noatun m )

install(TARGETS noatunblurscope  DESTINATION ${PLUGIN_INSTALL_DIR} )


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

install( FILES blurscope.plugin  DESTINATION  ${DATA_INSTALL_DIR}/noatun )




#original Makefile.am contents follow:

#INCLUDES= $(all_includes) $(SDL_CFLAGS)
#
#kde_module_LTLIBRARIES = noatunblurscope.la
#noatunblurscope_la_SOURCES = sdlscope.cpp scopedisplayer.cpp
#noatunblurscope_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries)
#noatunblurscope_la_LIBADD = $(LIB_KFILE) -lnoatun -lm $(SDL_LIBS)
#noatunblurscope_la_METASOURCES = AUTO
#
#noatun_DATA = blurscope.plugin
#noatundir = $(kde_datadir)/noatun
