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
/
tools
/
decobenchmark
/
CMakeLists.txt
blob
8ad1dfe2c04f7e6a817d770c566816bb9291e613
1
2
3
4
########### next target ###############
5
6
set(decobenchmark_SRCS main.cpp preview.cpp )
7
8
9
kde4_add_executable(decobenchmark ${decobenchmark_SRCS})
10
11
target_link_libraries(decobenchmark ${KDE4_KDECORE_LIBS} kdecorations )