summaryrefslogtreecommitdiffstats
path: root/src/plugins/webinterface/www/default
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-10 20:36:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-21 14:10:54 +0900
commitbf204e931c605c73d761ec84943bb0cc94d7e7e4 (patch)
treeb11fccbf3b4846f07130d8626e3f40103dd4cbc4 /src/plugins/webinterface/www/default
parent44ef0bd5fe47a43e47aec5f7981b6c1d728dd9a8 (diff)
downloadktorrent-bf204e931c605c73d761ec84943bb0cc94d7e7e4.tar.gz
ktorrent-bf204e931c605c73d761ec84943bb0cc94d7e7e4.zip
Conversion to cmake building system
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/plugins/webinterface/www/default')
-rw-r--r--src/plugins/webinterface/www/default/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/webinterface/www/default/CMakeLists.txt b/src/plugins/webinterface/www/default/CMakeLists.txt
new file mode 100644
index 0000000..671fda7
--- /dev/null
+++ b/src/plugins/webinterface/www/default/CMakeLists.txt
@@ -0,0 +1,11 @@
+
+##### other files
+
+install(
+ FILES
+ details.php only_seed.png favicon.ico grad1.jpg grad2.jpg menu_bg.png
+ header_tile.png high_priority.png icon.png interface.php ktorrentwebinterfacelogo.png
+ login.html low_priority.png normal_priority.png remove.png shutdown.php start.png
+ stop.png style.css stylen.css wz_tooltip.js
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/www/default
+)