diff options
author | Brad King <brad.king@kitware.com> | 2005-02-24 16:46:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-02-24 16:46:27 (GMT) |
commit | a21c0449aba62319e84c5d48d21638bc1f5d9d65 (patch) | |
tree | b6bb0abe6ef567cf8b77518a9448a1dd2447921a /Modules/Platform | |
parent | 2e451961b68e460153600dc5967c21676cb20234 (diff) | |
download | CMake-a21c0449aba62319e84c5d48d21638bc1f5d9d65.zip CMake-a21c0449aba62319e84c5d48d21638bc1f5d9d65.tar.gz CMake-a21c0449aba62319e84c5d48d21638bc1f5d9d65.tar.bz2 |
BUG: Added installation of .in files as well as .cmake files.
Diffstat (limited to 'Modules/Platform')
-rw-r--r-- | Modules/Platform/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/CMakeLists.txt b/Modules/Platform/CMakeLists.txt index 1054eb5..6d8f4a1 100644 --- a/Modules/Platform/CMakeLists.txt +++ b/Modules/Platform/CMakeLists.txt @@ -1,2 +1,3 @@ # just install the modules INSTALL_FILES(${CMAKE_DATA_DIR}/Modules/Platform .*\\.cmake$) +INSTALL_FILES(${CMAKE_DATA_DIR}/Modules/Platform .*\\.in$) |