Warning, /network/konqueror/sidebar/bookmarks_module/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 ########### konqsidebar_bookmark module ###############
0002 
0003 set(konqsidebar_bookmarks_SRCS
0004   bookmarks_module.cpp
0005 )
0006 
0007 add_library(konqsidebar_bookmarks MODULE ${konqsidebar_bookmarks_SRCS})
0008 
0009 target_link_libraries(konqsidebar_bookmarks KF${KF_MAJOR_VERSION}::I18n KF${KF_MAJOR_VERSION}::Parts KF${KF_MAJOR_VERSION}::Konq konqsidebarplugin )
0010 
0011 install(TARGETS konqsidebar_bookmarks DESTINATION ${KONQ_SIDEBAR_PLUGIN_DIR})