From 28de2ff84f59ac0b173670aa9c5331bc77c1e63f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 30 Oct 2021 12:06:43 +0900 Subject: Initial import from polkit-qt-1 debian snapshot archive. https://snapshot.debian.org/package/polkit-qt-1/0.103.0-1/ Signed-off-by: Michele Calgaro --- cmake/modules/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cmake/modules/CMakeLists.txt (limited to 'cmake/modules/CMakeLists.txt') 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} ) + -- cgit v1.2.1