diff options
author | Slávek Banko <[email protected]> | 2020-06-12 03:56:33 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-12 15:30:03 +0200 |
commit | fc2c3c9ca027cbccbd47866704f6e3469161a9b3 (patch) | |
tree | c6607662929e0a6fa808912fe66a48d81b6c7b26 /tdeinit/CMakeLists.txt | |
parent | 412f55e671929ff8b9db41d6c3372306b05679e7 (diff) | |
download | tdelibs-fc2c3c9ca027cbccbd47866704f6e3469161a9b3.tar.gz tdelibs-fc2c3c9ca027cbccbd47866704f6e3469161a9b3.zip |
Use private linking for exported CMake targets.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 158b6e1152413e4fa973b70b7469bb1f256a1f38)
Diffstat (limited to 'tdeinit/CMakeLists.txt')
-rw-r--r-- | tdeinit/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeinit/CMakeLists.txt b/tdeinit/CMakeLists.txt index f6347899b..f094e54ab 100644 --- a/tdeinit/CMakeLists.txt +++ b/tdeinit/CMakeLists.txt @@ -40,7 +40,7 @@ set( ${target}_SRCS tde_add_executable( ${target} SOURCES ${${target}_SRCS} - LINK kICE-static ltdlc-static tdeparts-shared ${XFT_LIBRARIES} + LINK kICE-static ltdlc-static tdeparts-shared ${FONTCONFIG_LIBRARIES} ${XFT_LIBRARIES} DESTINATION ${BIN_INSTALL_DIR} ) |