1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00

CharacterMap: Mark this component as 'recommended', not 'required'

Despite being a small and useful program, it doesn't feel being
essential enough to be included in every build configuration.
This commit is contained in:
Karol Kosek 2022-05-25 22:39:09 +02:00 committed by Linus Groh
parent 2cfbb9a0e8
commit 3dfa215174

View file

@ -1,6 +1,6 @@
serenity_component(
CharacterMap
REQUIRED
RECOMMENDED
TARGETS CharacterMap
)