Browse Source

add install stuff for platform directory

Bill Hoffman 23 years ago
parent
commit
5b9a880bfb
2 changed files with 3 additions and 0 deletions
  1. 1 0
      Modules/CMakeLists.txt
  2. 2 0
      Modules/Platform/CMakeLists.txt

+ 1 - 0
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$)

+ 2 - 0
Modules/Platform/CMakeLists.txt

@@ -0,0 +1,2 @@
+# just install the modules
+INSTALL_FILES(/share/CMake/Modules/Platform .*\\.cmake$)