emscripten-core/emscripten

Feature request: enable find_package for ICU port

Open

#18.799 geöffnet am 20. Feb. 2023

Auf GitHub ansehen
 (5 Kommentare) (2 Reaktionen) (1 zugewiesene Person)C++ (27.361 Stars) (3.519 Forks)batch import
good first bughelp wanted

Beschreibung

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)

Contributor Guide