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

0001 
0002 include_directories( ${CMAKE_SOURCE_DIR}/libs    )
0003 
0004 
0005 ########### next target ###############
0006 
0007 set(kmuddytemplateplugin_SRCS plugin_template.cpp )
0008 
0009 kcoreaddons_add_plugin(kmuddytemplateplugin
0010 SOURCES
0011 ${kmuddytemplateplugin_SRCS}
0012 INSTALL_NAMESPACE
0013     "kmuddy"
0014 )
0015 
0016 target_link_libraries(kmuddytemplateplugin KF5::CoreAddons kmuddycore )
0017 
0018