Warning, /games/kmuddy/plugins/test/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 include_directories( ${CMAKE_SOURCE_DIR}/libs    )
0003 
0004 ########### next target ###############
0005 
0006 set(kmuddytestplugin_PART_SRCS testplugin.cpp )
0007 
0008 add_library(kmuddytestplugin MODULE ${kmuddytestplugin_PART_SRCS})
0009 
0010 target_link_libraries(kmuddytestplugin  KF5::KDELibs4Support KF5::Parts  kmuddycore )
0011 
0012 install(TARGETS kmuddytestplugin DESTINATION ${KDE_INSTALL_PLUGINDIR} )
0013 
0014 
0015 ########### install files ###############
0016 
0017 install( FILES  kmuddytestplugin.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} )
0018