Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-06-12 18:33:57 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-06-12 18:33:57 +0300
commit8c741839cfc0a4efbd2e2f71f02022bf841db13b (patch)
treed2990d631887d8d72dfb2d6f2d1c34429ecfdc7d /CMakeLists.txt
parentd8547f93984baaedd91a9a041371433618b77361 (diff)
Adding JS resource installation
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 915b86d68..980ea6941 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -262,6 +262,12 @@ if(NOT REMMINA_THEMEDIR)
set(REMMINA_RUNTIME_THEMEDIR "${REMMINA_THEMEDIR}")
endif()
endif()
+if(NOT REMMINA_RESDIR)
+ set(REMMINA_RESDIR "${REMMINA_DATADIR}/remmina/res")
+ if(NOT REMMINA_RUNTIME_RESDIR)
+ set(REMMINA_RUNTIME_RESDIR "${REMMINA_RESDIR}")
+ endif()
+endif()
if(NOT REMMINA_EXTERNAL_TOOLS_DIR)
set(REMMINA_EXTERNAL_TOOLS_DIR "${REMMINA_DATADIR}/remmina/external_tools")
if(NOT REMMINA_RUNTIME_EXTERNAL_TOOLS_DIR)