From b0518155557bdc85a292d5f6d3355064fd6ef6db Mon Sep 17 00:00:00 2001 From: Luis Ibanez Date: Wed, 2 Oct 2002 16:42:17 -0400 Subject: [PATCH] ENH: Adding install of .in and .c modules. --- Modules/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Modules/CMakeLists.txt b/Modules/CMakeLists.txt index db72c7d76..86f4be44d 100644 --- a/Modules/CMakeLists.txt +++ b/Modules/CMakeLists.txt @@ -1,3 +1,6 @@ # just install the modules INSTALL_FILES(/share/CMake/Modules .*\\.cmake$) INSTALL_FILES(/share/CMake/Modules .*\\.cxx$) +INSTALL_FILES(/share/CMake/Modules .*\\.in$) +INSTALL_FILES(/share/CMake/Modules .*\\.c$) +