2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(kwmtheme_SRCS main.cpp )
|
|
|
|
|
2007-04-29 22:04:13 +00:00
|
|
|
kde4_automoc(${kwmtheme_SRCS})
|
2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
kde4_add_executable(kwmtheme ${kwmtheme_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries(kwmtheme ${KDE4_KDECORE_LIBS} )
|
|
|
|
|
|
|
|
install(TARGETS kwmtheme DESTINATION ${BIN_INSTALL_DIR})
|
|
|
|
|