plasma-framework/tests/CMakeLists.txt
Laurent Montel 337f506370 Apply Alex patch (now we can use enable-final argument
some module compiles with enable-final now)
As discussed with Alex it's not necessary to have program name
into automoc macro

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=598290
2006-10-23 06:53:27 +00:00

14 lines
315 B
CMake

include_directories( ${CMAKE_SOURCE_DIR}/workspace/plasma/lib )
########### next target ###############
set(testAppletInfo_SRCS testAppletInfo.cpp )
kde4_automoc(${testAppletInfo_SRCS})
kde4_add_executable(testAppletInfo ${testAppletInfo_SRCS})
target_link_libraries(testAppletInfo ${KDE4_KDECORE_LIBS} )