Merging from old trunk:
r565957 | winterz | 2006-07-25 00:17:55 +0200 (Tue, 25 Jul 2006) | 3 lines install_files() -> install(FILES..) also use variables in a few more places svn path=/trunk/KDE/kdebase/workspace/; revision=659262
This commit is contained in:
parent
73ce957bad
commit
ea07e100b4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ install(TARGETS kdecorations DESTINATION ${LIB_INSTALL_DIR} )
|
|||
|
||||
########### install files ###############
|
||||
|
||||
install_files( /include FILES kdecoration.h kdecoration_p.h kdecoration_plugins_p.h kdecorationfactory.h kcommondecoration.h )
|
||||
install( FILES kdecoration.h kdecoration_p.h kdecoration_plugins_p.h kdecorationfactory.h kcommondecoration.h DESTINATION ${INCLUDE_INSTALL_DIR})
|
||||
|
||||
### effects lib ###
|
||||
set(kwin_EFFECTSLIB_SRCS
|
||||
|
|
Loading…
Reference in a new issue