summaryrefslogtreecommitdiffstats
path: root/interfaces/tdetexteditor
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-12 03:56:33 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-12 15:30:03 +0200
commitfc2c3c9ca027cbccbd47866704f6e3469161a9b3 (patch)
treec6607662929e0a6fa808912fe66a48d81b6c7b26 /interfaces/tdetexteditor
parent412f55e671929ff8b9db41d6c3372306b05679e7 (diff)
downloadtdelibs-fc2c3c9ca027cbccbd47866704f6e3469161a9b3.tar.gz
tdelibs-fc2c3c9ca027cbccbd47866704f6e3469161a9b3.zip
Use private linking for exported CMake targets.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 158b6e1152413e4fa973b70b7469bb1f256a1f38)
Diffstat (limited to 'interfaces/tdetexteditor')
-rw-r--r--interfaces/tdetexteditor/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/interfaces/tdetexteditor/CMakeLists.txt b/interfaces/tdetexteditor/CMakeLists.txt
index 5438c85e1..1849af27e 100644
--- a/interfaces/tdetexteditor/CMakeLists.txt
+++ b/interfaces/tdetexteditor/CMakeLists.txt
@@ -98,6 +98,7 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS}
VERSION 0.0.0
- LINK tdeui-shared tdeabc-shared tdeparts-shared
+ LINK tdeui-shared tdeparts-shared
+ LINK_PRIVATE tdeabc-shared
DESTINATION ${LIB_INSTALL_DIR}
)