4f5267e8f8
Use cmake macro Remove not necessary files svn path=/trunk/KDE/kdebase/workspace/; revision=578784
15 lines
274 B
CMake
15 lines
274 B
CMake
|
|
add_subdirectory( decobenchmark )
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(test_gravity_SRCS test_gravity.cpp )
|
|
|
|
kde4_automoc(${test_gravity_SRCS})
|
|
|
|
kde4_add_executable(test_gravity ${test_gravity_SRCS})
|
|
|
|
target_link_libraries(test_gravity ${KDE4_KDECORE_LIBS} )
|
|
|