2 ########### next target ###############
4 set(solid-hardware_SRCS solid-hardware.cpp)
5 kde4_add_executable(solid-hardware NOGUI ${solid-hardware_SRCS})
6 target_link_libraries(solid-hardware ${KDE4_KDECORE_LIBS} ${KDE4_SOLID_LIBS})
7 install(TARGETS solid-hardware ${INSTALL_TARGETS_DEFAULT_ARGS})
9 ########### install files ###############