summaryrefslogtreecommitdiffstats
path: root/doc/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-08 22:21:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-20 19:07:47 +0900
commit84136f93b36f0107deca190ebc105e3216b0638f (patch)
treec3dcaff9a31760e7471822c09606a38ec9f8f4df /doc/CMakeLists.txt
parent111d9fbdfdbb78cdf3203c37761ecd5d422fa01c (diff)
downloadkvirc-feat/cmake-conversion.tar.gz
kvirc-feat/cmake-conversion.zip
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r--doc/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
index 0000000..e956c73
--- /dev/null
+++ b/doc/CMakeLists.txt
@@ -0,0 +1,9 @@
+##### subfolders
+
+add_subdirectory( man )
+add_subdirectory( scriptexamples )
+
+install(
+ FILES COPYING
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/license
+)