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

gitlab.com/Remmina/remmina-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0106aa7..275a3a6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,6 +53,7 @@ target_link_libraries(remmina-plugin-nx
${REMMINA_COMMON_LIBRARIES}
${XKBFILE_LIBRARIES}
${LIBSSH_LIBRARIES}
+ ${Intl_LIBRARIES}
${X11_X11_LIB})
install(TARGETS remmina-plugin-nx DESTINATION ${REMMINA_PLUGINDIR})