emscripten-core/emscripten

Feature request: enable find_package for ICU port

Open

#18.799 aberto em 20 de fev. de 2023

Ver no GitHub
 (5 comments) (2 reactions) (1 assignee)C++ (3.519 forks)batch import
good first bughelp wanted

Métricas do repositório

Stars
 (27.361 stars)
Métricas de merge de PR
 (Mesclagem média 19d 10h) (147 fundiu PRs em 30d)

Description

It seems that some of the ports (SDL, OpenAL, etc) already have find_package enabled (Please correct me if I'm wrong)

It'd be nice to also have it implemented for ICU

find_package(ICU REQUIRED COMPONENTS uc i18n data)

Guia do colaborador