diff options
author | Laurent Montel <montel@kde.org> | 2008-10-20 07:17:38 +0000 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2008-10-20 07:17:38 +0000 |
commit | fb272057e078bd4e9798c487dcc0b0d4ffb523b1 (patch) | |
tree | ad3b753a5d48e0fa8b76cb20e6ae3bab5c4c93cd | |
parent | 12593fe0ab3dc6587ea965a8c287735200f9b084 (diff) | |
download | extra-cmake-modules-fb272057e078bd4e9798c487dcc0b0d4ffb523b1.tar.gz extra-cmake-modules-fb272057e078bd4e9798c487dcc0b0d4ffb523b1.tar.bz2 |
Install py file
svn path=/trunk/KDE/kdelibs/; revision=873786
-rw-r--r-- | modules/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index 9603dd19..3751cd50 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -4,7 +4,7 @@ file(GLOB cmakeFiles "${CMAKE_CURRENT_SOURCE_DIR}/*.cmake") set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules ) -install( FILES cmake-modules-styleguide.txt kde4init_dummy.cpp.in kde4init_win32lib_dummy.cpp.in kde4_cmake_uninstall.cmake.in kde4automoc.files.in ${cmakeFiles} +install( FILES cmake-modules-styleguide.txt kde4init_dummy.cpp.in kde4init_win32lib_dummy.cpp.in kde4_cmake_uninstall.cmake.in kde4automoc.files.in ${cmakeFiles} FindSIP.py DESTINATION ${module_install_dir} ) # the files listed here will be removed by remove_obsoleted_cmake_files.cmake, Alex |