not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / shells / plasmoidviewer / CMakeLists.txt
blob86ad5e38adb8fdd29140a886ca5aec4562205b63
1 set(plasmoidviewer_SRCS
2     fullview.cpp
3     main.cpp
6 kde4_add_executable(plasmoidviewer ${plasmoidviewer_SRCS})
8 target_link_libraries(plasmoidviewer ${KDE4_KDEUI_LIBS} ${KDE4_PLASMA_LIBS})
10 install(TARGETS plasmoidviewer ${INSTALL_TARGETS_DEFAULT_ARGS})