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
/
tools
/
plasmapkg
/
CMakeLists.txt
blob
2e538415b833c19b4df3887555fec8f3bed24d95
1
set(plasmapkg_SRCS
2
main.cpp
3
)
4
5
kde4_add_executable(plasmapkg ${plasmapkg_SRCS})
6
7
target_link_libraries(plasmapkg ${KDE4_KDEUI_LIBS} ${KDE4_PLASMA_LIBS})
8
9
install(TARGETS plasmapkg ${INSTALL_TARGETS_DEFAULT_ARGS})
10