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 5bae440..db72c7d 100644 --- a/Modules/CMakeLists.txt +++ b/Modules/CMakeLists.txt @@ -1,2 +1,3 @@ # just install the modules INSTALL_FILES(/share/CMake/Modules .*\\.cmake$) +INSTALL_FILES(/share/CMake/Modules .*\\.cxx$) |