updated build system
Some checks failed
Public/monitarr/pipeline/head Something is wrong with the build of this commit
Some checks failed
Public/monitarr/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
@@ -20,10 +20,11 @@ function(set_common_target_options name)
|
||||
target_compile_definitions(${name} PRIVATE U_STATIC_IMPLEMENTATION)
|
||||
endif()
|
||||
|
||||
target_link_directories(${name} PRIVATE
|
||||
ICU::uc
|
||||
ICU::i18n
|
||||
target_link_libraries(${name} PRIVATE
|
||||
ICU::io
|
||||
ICU::i18n
|
||||
ICU::uc
|
||||
ICU::data
|
||||
)
|
||||
|
||||
target_include_directories(${name} AFTER PUBLIC
|
||||
|
||||
Reference in New Issue
Block a user