summaryrefslogtreecommitdiffstats
path: root/src/modules/logview/caps/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-02-22 20:41:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-02 23:00:23 +0900
commitb905a0a686e12e30801255b62accb573a8ced687 (patch)
treecb5bcf51aee006bb24dd5921efcea0579897eed9 /src/modules/logview/caps/CMakeLists.txt
parente8b4f8d8a333edacf8a1dd0b90c8e69ebef6f0c6 (diff)
downloadkvirc-feat/cmake-conversion.tar.gz
kvirc-feat/cmake-conversion.zip
Convert to cmake build systemfeat/cmake-conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/modules/logview/caps/CMakeLists.txt')
-rw-r--r--src/modules/logview/caps/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/logview/caps/CMakeLists.txt b/src/modules/logview/caps/CMakeLists.txt
new file mode 100644
index 0000000..8ce9659
--- /dev/null
+++ b/src/modules/logview/caps/CMakeLists.txt
@@ -0,0 +1,4 @@
+install(
+ FILES logview
+ DESTINATION ${LIB_INSTALL_DIR}/${PROJECT_NAME}/modules/caps/tool
+)