diff options
| author | Alexander Neundorf <neundorf@kde.org> | 2006-07-05 08:34:59 +0000 |
|---|---|---|
| committer | Alexander Neundorf <neundorf@kde.org> | 2006-07-05 08:34:59 +0000 |
| commit | 7bc0439801f5e3192b748a44195ea844b50032ff (patch) | |
| tree | 5bc7fa44f5fd099516d899165cfc1cfdcda469b4 /modules/CMakeLists.txt | |
| parent | 30c5701434204555389dacb92465e4637e421150 (diff) | |
| download | extra-cmake-modules-7bc0439801f5e3192b748a44195ea844b50032ff.tar.gz extra-cmake-modules-7bc0439801f5e3192b748a44195ea844b50032ff.tar.bz2 | |
now we have a uninstall target in every toplevel module, so you can do "make uninstall" e.g. in build/kdelibs/
Alex
CCMAIL:kde-core-devel@kde.org
svn path=/trunk/KDE/kdelibs/; revision=558348
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 9aa94fee..1496668a 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 ${cmakeFiles} DESTINATION ${module_install_dir} ) +install( FILES kde4init_dummy.cpp.in kde4_cmake_uninstall.cmake.in ${cmakeFiles} DESTINATION ${module_install_dir} ) # the files listed here will be removed by remove_obsoleted_cmake_files.cmake, Alex set(FILES_TO_REMOVE |
