Uncomment Linux for emojis
parent
cb43d15c23
commit
0c19be0529
|
|
@ -12,8 +12,8 @@ if (WINDOWS)
|
|||
target_link_libraries( ll::icu4c INTERFACE icuuc)
|
||||
elseif(DARWIN)
|
||||
target_link_libraries( ll::icu4c INTERFACE icuuc)
|
||||
#elseif(LINUX)
|
||||
## target_link_libraries( ll::icu4c INTERFACE )
|
||||
elseif(LINUX)
|
||||
target_link_libraries( ll::icu4c INTERFACE icuuc)
|
||||
else()
|
||||
message(FATAL_ERROR "Invalid platform")
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue