You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
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} ) |
|
|
|
|