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
dtor first
[personal-kdebase.git]
/
workspace
/
ksysguard
/
CMakeLists.txt
blob
799be31c1a24d7be88a9cfb2f58561c209b5d30f
1
2
3
add_subdirectory( CContLib )
4
add_subdirectory( gui )
5
add_subdirectory( pics )
6
add_subdirectory( example )
7
add_subdirectory( ksysguardd )
8
9
10
11
########### install files ###############
12
13
14
kde4_install_icons( ${ICON_INSTALL_DIR} )
15
16
17
18