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:
authorMuflone <webreg@vbsimple.net>2015-01-30 01:14:41 +0300
committerMuflone <webreg@vbsimple.net>2015-01-30 01:14:41 +0300
commit9dd5fef116367126f638d5054def9a7499b3717a (patch)
treef067a949b9f160ea28f0cf286ebb8fb9b0c8cd09 /CMakeLists.txt
parent057ac02b375c2287a24742ecbd01741b6a6197df (diff)
Added ui subdirectory to keep GtkBuilder interface files
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2941654c6..2a3123ed8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -102,6 +102,7 @@ set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA
set(REMMINA_DATADIR "${CMAKE_INSTALL_FULL_DATADIR}")
set(REMMINA_LOCALEDIR "${CMAKE_INSTALL_FULL_DATADIR}/locale")
set(REMMINA_PLUGINDIR "${CMAKE_INSTALL_FULL_LIBDIR}/remmina/plugins")
+set(REMMINA_UIDIR "${CMAKE_INSTALL_FULL_DATADIR}/remmina/ui")
find_required_package(GTK)
find_required_package(PTHREAD)