1adecf7737
Fix install lib under x86_64 Fix install include (remove deprecated cmake macro) Cleanup svn path=/branches/work/kwin_composite/; revision=655792
15 lines
287 B
CMake
15 lines
287 B
CMake
|
|
add_subdirectory( decobenchmark )
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(test_gravity_SRCS test_gravity.cpp )
|
|
|
|
kde4_automoc(test_gravity ${test_gravity_SRCS})
|
|
|
|
kde4_add_executable(test_gravity ${test_gravity_SRCS})
|
|
|
|
target_link_libraries(test_gravity ${KDE4_KDECORE_LIBS} )
|
|
|