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-05-02 22:41:19 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-05-02 22:41:19 +0300
commit4250958162233657b56ae7af2947b4a4eeb87764 (patch)
tree3ee234662b4fde0b0a3e2416dea463d85ddc7525 /data/CMakeLists.txt
parent4d5aef091603403374ff743e2de58a94eeb78bac (diff)
Moved ui elements in the data/ui folder
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r--data/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 319bd7973..08238efa7 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -31,3 +31,4 @@
# files in the program, then also delete it here.
install(DIRECTORY term_colors DESTINATION "${REMMINA_DATADIR}/remmina")
+add_subdirectory(ui)