mirror of
https://github.com/transmission/transmission.git
synced 2026-02-14 23:19:34 +00:00
fixup! refactor: move to libtrbase: i18n
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user