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

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