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
/
CMakeLists.txt
blob
f0e41902f015884a46211f41f255bce91f416a67
1
2
add_subdirectory( decobenchmark )
3
4
5
6
########### next target ###############
7
8
set(test_gravity_SRCS test_gravity.cpp )
9
10
11
kde4_add_executable(test_gravity ${test_gravity_SRCS})
12
13
target_link_libraries(test_gravity ${KDE4_KDECORE_LIBS} )
14