summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-11-11 16:43:23 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-11-11 16:43:23 (GMT)
commit5b9a880bfbf215159d6960f82f0e78c419c95f8e (patch)
treef9fda2a50ed927826eebc7bbd32ad8b8c5037a41 /Modules/Platform
parentb133abe42303c941f624c56079c8c0402a800e72 (diff)
downloadCMake-5b9a880bfbf215159d6960f82f0e78c419c95f8e.zip
CMake-5b9a880bfbf215159d6960f82f0e78c419c95f8e.tar.gz
CMake-5b9a880bfbf215159d6960f82f0e78c419c95f8e.tar.bz2
add install stuff for platform directory
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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$)