diff options
Diffstat (limited to 'Modules/CMakeLists.txt')
-rw-r--r-- | Modules/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeLists.txt b/Modules/CMakeLists.txt index 86f4be4..c215833 100644 --- a/Modules/CMakeLists.txt +++ b/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$) |