1adecf7737
Fix install lib under x86_64 Fix install include (remove deprecated cmake macro) Cleanup svn path=/branches/work/kwin_composite/; revision=655792
15 lines
277 B
CMake
15 lines
277 B
CMake
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(kwmtheme_SRCS main.cpp )
|
|
|
|
kde4_automoc(kwmtheme ${kwmtheme_SRCS})
|
|
|
|
kde4_add_executable(kwmtheme ${kwmtheme_SRCS})
|
|
|
|
target_link_libraries(kwmtheme ${KDE4_KDECORE_LIBS} )
|
|
|
|
install(TARGETS kwmtheme DESTINATION ${BIN_INSTALL_DIR})
|
|
|