summaryrefslogtreecommitdiffstats
path: root/src/plugins/webinterface/www/mobile/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/webinterface/www/mobile/CMakeLists.txt')
-rw-r--r--src/plugins/webinterface/www/mobile/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/plugins/webinterface/www/mobile/CMakeLists.txt b/src/plugins/webinterface/www/mobile/CMakeLists.txt
new file mode 100644
index 0000000..920c4d8
--- /dev/null
+++ b/src/plugins/webinterface/www/mobile/CMakeLists.txt
@@ -0,0 +1,9 @@
+
+##### other files
+
+install(
+ FILES
+ favicon.ico interface.php ktorrentwebinterfacelogo.png login.html
+ remove.png start.png stop.png settings.php torrent.php
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/www/mobile
+)