summaryrefslogtreecommitdiffstats
path: root/kinit
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>2021-02-03 22:22:23 +0100
commitd37bb843d18966a1b2f38e49363dc9f8ebbaed43 (patch)
treefa898c1ef6d95e72c868f6f517829ce149323b69 /kinit
parentd336392f8fd8d954754cd3e53b7e119a1f3f351b (diff)
downloadtdelibs-d37bb843d18966a1b2f38e49363dc9f8ebbaed43.tar.gz
tdelibs-d37bb843d18966a1b2f38e49363dc9f8ebbaed43.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 'kinit')
-rw-r--r--kinit/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kinit/CMakeLists.txt b/kinit/CMakeLists.txt
index 19b96494c..c1682c698 100644
--- a/kinit/CMakeLists.txt
+++ b/kinit/CMakeLists.txt
@@ -40,7 +40,7 @@ set( ${target}_SRCS
tde_add_executable( ${target}
SOURCES ${${target}_SRCS}
- LINK kICE-static ltdlc-static kparts-shared ${XFT_LIBRARIES}
+ LINK kICE-static ltdlc-static kparts-shared ${FONTCONFIG_LIBRARIES} ${XFT_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR}
)