summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/kls_xcf/xcf2pnm/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/kls_xcf/xcf2pnm/CMakeLists.txt b/kernel/kls_xcf/xcf2pnm/CMakeLists.txt
index 5edc991..a38e7d1 100644
--- a/kernel/kls_xcf/xcf2pnm/CMakeLists.txt
+++ b/kernel/kls_xcf/xcf2pnm/CMakeLists.txt
@@ -10,5 +10,6 @@ include_directories(
file( GLOB _bin_c_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/*.c )
tde_add_executable( ksquirrel-libs-xcf2pnm
SOURCES ${_bin_c_files}
+ LINK ${ICONV_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR}
)