diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-11-11 16:43:23 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-11-11 16:43:23 (GMT) |
commit | 5b9a880bfbf215159d6960f82f0e78c419c95f8e (patch) | |
tree | f9fda2a50ed927826eebc7bbd32ad8b8c5037a41 /Modules/CMakeLists.txt | |
parent | b133abe42303c941f624c56079c8c0402a800e72 (diff) | |
download | CMake-5b9a880bfbf215159d6960f82f0e78c419c95f8e.zip CMake-5b9a880bfbf215159d6960f82f0e78c419c95f8e.tar.gz CMake-5b9a880bfbf215159d6960f82f0e78c419c95f8e.tar.bz2 |
add install stuff for platform directory
Diffstat (limited to 'Modules/CMakeLists.txt')
-rw-r--r-- | Modules/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeLists.txt b/Modules/CMakeLists.txt index 86f4be4..c215833 100644 --- a/Modules/CMakeLists.txt +++ b/Modules/CMakeLists.txt @@ -1,4 +1,5 @@ # just install the modules +SUBDIRS(Platform) INSTALL_FILES(/share/CMake/Modules .*\\.cmake$) INSTALL_FILES(/share/CMake/Modules .*\\.cxx$) INSTALL_FILES(/share/CMake/Modules .*\\.in$) |