Parcourir la source

add install stuff for platform directory

Bill Hoffman il y a 23 ans
Parent
commit
5b9a880bfb
2 fichiers modifiés avec 3 ajouts et 0 suppressions
  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$)