From 5b9a880bfbf215159d6960f82f0e78c419c95f8e Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 11 Nov 2002 11:43:23 -0500 Subject: add install stuff for platform directory --- Modules/CMakeLists.txt | 1 + Modules/Platform/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 Modules/Platform/CMakeLists.txt 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$) diff --git a/Modules/Platform/CMakeLists.txt b/Modules/Platform/CMakeLists.txt new file mode 100644 index 0000000..69f0b74 --- /dev/null +++ b/Modules/Platform/CMakeLists.txt @@ -0,0 +1,2 @@ +# just install the modules +INSTALL_FILES(/share/CMake/Modules/Platform .*\\.cmake$) -- cgit v0.12