add more spacing
[personal-kdebase.git] / workspace / plasma / dataengines / network / CMakeLists.txt
blobfc1958d6cbf2b7ef8b61e5779f3c02f59280e8a0
1 include_directories(${CMAKE_SOURCE_DIR}/workspace/libs)
3 set(network_engine_SRCS
4     networkengine.cpp
7 kde4_add_plugin(plasma_engine_network ${network_engine_SRCS})
8 target_link_libraries(plasma_engine_network ${KDE4_KDECORE_LIBS} ${KDE4_PLASMA_LIBS} solidcontrol)
10 install(TARGETS plasma_engine_network DESTINATION ${PLUGIN_INSTALL_DIR})
11 install(FILES plasma-dataengine-network.desktop DESTINATION ${SERVICES_INSTALL_DIR} )