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
add more spacing
[personal-kdebase.git]
/
workspace
/
kwin
/
clients
/
kwmtheme
/
cli_installer
/
CMakeLists.txt
blob
96116a8da74a219eefe1dea4c2f9979992b4a8fd
1
2
3
4
########### next target ###############
5
6
set(kwmtheme_SRCS main.cpp )
7
8
9
kde4_add_executable(kwmtheme ${kwmtheme_SRCS})
10
11
target_link_libraries(kwmtheme ${KDE4_KDECORE_LIBS} )
12
13
install(TARGETS kwmtheme ${INSTALL_TARGETS_DEFAULT_ARGS})
14