delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / solid-hardware / CMakeLists.txt
blob90451f99fe9ee5bdbceffa7223533ae7b9114f74
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 ###############