repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
not quite so much needs to be delayed to the init() function
[personal-kdebase.git]
/
workspace
/
plasma
/
shells
/
plasmoidviewer
/
CMakeLists.txt
blob
86ad5e38adb8fdd29140a886ca5aec4562205b63
1
set(plasmoidviewer_SRCS
2
fullview.cpp
3
main.cpp
4
)
5
6
kde4_add_executable(plasmoidviewer ${plasmoidviewer_SRCS})
7
8
target_link_libraries(plasmoidviewer ${KDE4_KDEUI_LIBS} ${KDE4_PLASMA_LIBS})
9
10
install(TARGETS plasmoidviewer ${INSTALL_TARGETS_DEFAULT_ARGS})
11