add install stuff for platform directory
This commit is contained in:
parent
b133abe423
commit
5b9a880bfb
|
@ -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$)
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
# just install the modules
|
||||
INSTALL_FILES(/share/CMake/Modules/Platform .*\\.cmake$)
|
Loading…
Reference in New Issue