install_files() -> install(FILES..)

also use variables in a few more places

svn path=/trunk/KDE/kdebase/workspace/; revision=565957
This commit is contained in:
Allen Winter 2006-07-24 22:17:55 +00:00
parent 6e204b3cf7
commit 06496c6d21

View file

@ -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})