5c93175949
svn path=/trunk/KDE/kdebase/workspace/; revision=685984
14 lines
237 B
CMake
14 lines
237 B
CMake
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(kwmtheme_SRCS main.cpp )
|
|
|
|
|
|
kde4_add_executable(kwmtheme ${kwmtheme_SRCS})
|
|
|
|
target_link_libraries(kwmtheme ${KDE4_KDECORE_LIBS} )
|
|
|
|
install(TARGETS kwmtheme DESTINATION ${BIN_INSTALL_DIR})
|
|
|