From bc9bda10c93ebfb9862270576b445d1c2798d66d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 5 Mar 2024 19:43:11 +0900 Subject: Conversion to cmake building system Signed-off-by: Michele Calgaro --- icons/cursor/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 icons/cursor/CMakeLists.txt (limited to 'icons/cursor') diff --git a/icons/cursor/CMakeLists.txt b/icons/cursor/CMakeLists.txt new file mode 100644 index 0000000..033bb12 --- /dev/null +++ b/icons/cursor/CMakeLists.txt @@ -0,0 +1,4 @@ +install( + FILES zoom.png + DESTINATION ${DATA_INSTALL_DIR}/gwenview/cursors +) -- cgit v1.2.1