fixup! refactor: move to libtrbase: i18n

This commit is contained in:
Charles Kerr
2026-02-13 13:23:56 -06:00
parent f36dcc2cc3
commit b5478275da
2 changed files with 2 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ target_link_libraries(trbase
FastFloat::fast_float
RapidJSON
PUBLIC
$<$<BOOL:${Intl_FOUND}>:Intl::Intl>
transmission::fmt-header-only
transmission::small
utf8::cpp

View File

@@ -197,8 +197,7 @@ target_compile_definitions(${TR_NAME}
target_include_directories(${TR_NAME}
PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/../..
${CMAKE_CURRENT_BINARY_DIR}/../..
${Intl_INCLUDE_DIRS})
${CMAKE_CURRENT_BINARY_DIR}/../..)
if(ANDROID)
find_library(log-lib log)
@@ -215,7 +214,6 @@ target_link_libraries(${TR_NAME}
dht::dht
$<$<BOOL:${ENABLE_UTP}>:libutp::libutp>
libb64::libb64
${Intl_LIBRARIES}
${LIBM_LIBRARY}
${LIBQUOTA_LIBRARY}
${TR_NETWORK_LIBRARIES}