diff options
Diffstat (limited to 'cmake/modules/CMakeLists.txt')
-rw-r--r-- | cmake/modules/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cmake/modules/CMakeLists.txt b/cmake/modules/CMakeLists.txt new file mode 100644 index 000000000..37511d618 --- /dev/null +++ b/cmake/modules/CMakeLists.txt @@ -0,0 +1,9 @@ + +## install the cmake files + +#file( GLOB cmakeFiles FindPolkitQt.cmake ) +#set(module_install_dir ${CMAKE_ROOT}/Modules ) + +#install( FILES ${cmakeFiles} +# DESTINATION ${module_install_dir} ) + |