diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-03-04 21:20:33 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-03-04 21:20:33 +0000 |
commit | af1a7856351fa1d98b81b086116b624177647f02 (patch) | |
tree | 2bf8d77734f5b388f9be6bdbbd707dd63314ea27 /modules/CMakeLists.txt | |
parent | d65af8850c8e7f2798c5dc4f3039dbfa5cdb5e53 (diff) | |
download | extra-cmake-modules-af1a7856351fa1d98b81b086116b624177647f02.tar.gz extra-cmake-modules-af1a7856351fa1d98b81b086116b624177647f02.tar.bz2 |
-add the cmake styleguide also in the stable branch
Alex
svn path=/branches/KDE/4.0/kdelibs/; revision=782340
Diffstat (limited to 'modules/CMakeLists.txt')
-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 5de4aa7a..3df0bfca 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 kde4init_dummy.cpp.in kde4_cmake_uninstall.cmake.in kde4automoc.files.in ${cmakeFiles} DESTINATION ${module_install_dir} ) +install( FILES cmake-modules-styleguide.txt kde4init_dummy.cpp.in kde4_cmake_uninstall.cmake.in kde4automoc.files.in ${cmakeFiles} DESTINATION ${module_install_dir} ) # the files listed here will be removed by remove_obsoleted_cmake_files.cmake, Alex #set(FILES_TO_REMOVE |