add install stuff for platform directory

This commit is contained in:
Bill Hoffman 2002-11-11 11:43:23 -05:00
parent b133abe423
commit 5b9a880bfb
2 changed files with 3 additions and 0 deletions

View File

@ -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$)

View File

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