From 06496c6d219421b298706c2b53dff732d044d5ed Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Mon, 24 Jul 2006 22:17:55 +0000 Subject: [PATCH] install_files() -> install(FILES..) also use variables in a few more places svn path=/trunk/KDE/kdebase/workspace/; revision=565957 --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 43e10757ea..60b2bb3f3b 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -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})