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:
authorDenis Ollier <larchunix@users.noreply.github.com>2018-04-14 19:52:47 +0300
committerlarchunix <larchunix@users.noreply.github.com>2018-04-15 13:30:09 +0300
commit1f5fde0b6c7a81c4a8350756f05456625f3878ce (patch)
treee3719e5027fb5730bb5e2cbadf7e81b1b9375232 /plugins/tool_hello_world
parentbc455b5de0e0e2d33d3b1d48ed514cedfd1a2ea1 (diff)
tool_hello_world: properly set link flags
Diffstat (limited to 'plugins/tool_hello_world')
-rw-r--r--plugins/tool_hello_world/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/tool_hello_world/CMakeLists.txt b/plugins/tool_hello_world/CMakeLists.txt
index 06b9b2dd6..1cd2fc1ba 100644
--- a/plugins/tool_hello_world/CMakeLists.txt
+++ b/plugins/tool_hello_world/CMakeLists.txt
@@ -42,8 +42,7 @@ set_target_properties(remmina-plugin-tool_hello_world PROPERTIES PREFIX "")
set_target_properties(remmina-plugin-tool_hello_world PROPERTIES NO_SONAME 1)
include_directories(${REMMINA_COMMON_INCLUDE_DIRS})
-include_directories(${GTK_INCLUDE_DIRS})
-include_directories(${CMAKE_SOURCE_DIR}/plugins)
+target_link_libraries(remmina-plugin-tool_hello_world ${REMMINA_COMMON_LIBRARIES})
install(TARGETS remmina-plugin-tool_hello_world DESTINATION ${REMMINA_PLUGINDIR})