diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2023-10-23 04:04:09 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2023-10-23 07:14:07 +0200 |
| commit | bdbed63f2ade1c0f999a11b1d61425a8b1760e52 (patch) | |
| tree | f4c554f5454cf3ea2aae31cf2f547ea505b5d63c /kernel | |
| parent | d4e96a34a58f9866c1f674ee89f1dc2397f0d27a (diff) | |
| download | libksquirrel-r14.1.1.tar.gz libksquirrel-r14.1.1.zip | |
cmake: Add detection of standalone iconv library.r14.1.1
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e0827ea544d475622ed6b7a10e201fd93cae4251)
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/kls_xcf/xcf2pnm/CMakeLists.txt | 1 |
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} ) |
