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>2018-04-24 00:58:55 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-04-24 00:58:55 +0300
commit83815cbad37b45e63233480b9ee4164c447c38ef (patch)
tree4f1fca44c625d41bc9f22f8dcd24d6a31abfe1af /CMakeLists.txt
parent2564d60c923ea75d34904a9ad115c6e6503423e6 (diff)
Added VTE color schemes
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3d1e67c35..c7833794a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -127,6 +127,9 @@ if(NOT REMMINA_DATADIR)
set(REMMINA_RUNTIME_DATADIR "${REMMINA_DATADIR}")
endif()
endif()
+if(NOT REMMINA_TERM_CS_DIR)
+ set(REMMINA_TERM_CS_DIR "${REMMINA_DATADIR}/remmina/term_colors")
+endif()
if(NOT REMMINA_LOCALEDIR)
set(REMMINA_LOCALEDIR "${CMAKE_INSTALL_FULL_LOCALEDIR}")
if(NOT REMMINA_RUNTIME_LOCALEDIR)
@@ -224,6 +227,7 @@ endif()
if(GTK_FOUND)
add_subdirectory(remmina)
+ add_subdirectory(data)
add_subdirectory(plugins)
add_subdirectory(plugins/secret)
endif()