Use INSTALL_TARGETS_DEFAULT_ARGS

svn path=/trunk/KDE/kdebase/workspace/; revision=813561
This commit is contained in:
Laurent Montel 2008-05-28 06:36:05 +00:00
parent cf64b93955
commit 2f39e5aebf
2 changed files with 2 additions and 2 deletions

View file

@ -10,5 +10,5 @@ kde4_add_executable(kwmtheme ${kwmtheme_SRCS})
target_link_libraries(kwmtheme ${KDE4_KDECORE_LIBS} )
install(TARGETS kwmtheme DESTINATION ${BIN_INSTALL_DIR})
install(TARGETS kwmtheme ${INSTALL_TARGETS_DEFAULT_ARGS})

View file

@ -10,4 +10,4 @@ kde4_add_executable(kwin_killer_helper ${kwin_killer_helper_SRCS})
target_link_libraries(kwin_killer_helper ${KDE4_KDEUI_LIBS} )
install(TARGETS kwin_killer_helper DESTINATION ${BIN_INSTALL_DIR})
install(TARGETS kwin_killer_helper ${INSTALL_TARGETS_DEFAULT_ARGS})