Meta: Don't generate emoji.txt into the source tree

This commit is contained in:
Tim Schumacher 2022-09-05 12:53:46 +02:00 committed by Tim Flynn
parent e2c55ee0a8
commit 854792c340
Notes: sideshowbarker 2024-07-17 14:33:07 +09:00
2 changed files with 1 additions and 2 deletions

1
Base/.gitignore vendored
View File

@ -1,2 +1 @@
!*
home/anon/Documents/emoji.txt

View File

@ -68,7 +68,7 @@ set(EMOJI_TEST_URL "https://unicode.org/Public/emoji/${EMOJI_VERSION}/emoji-test
set(EMOJI_TEST_PATH "${UCD_PATH}/emoji-test.txt")
set(EMOJI_GENERATOR_PATH "${SerenityOS_SOURCE_DIR}/Meta/generate-emoji-txt.sh")
set(EMOJI_RES_PATH "${SerenityOS_SOURCE_DIR}/Base/res/emoji")
set(EMOJI_INSTALL_PATH "${SerenityOS_SOURCE_DIR}/Base/home/anon/Documents/emoji.txt")
set(EMOJI_INSTALL_PATH "${CMAKE_BINARY_DIR}/Root/home/anon/Documents/emoji.txt")
set(CLDR_ZIP_URL "https://github.com/unicode-org/cldr-json/releases/download/${CLDR_VERSION}/cldr-${CLDR_VERSION}-json-modern.zip")
set(CLDR_ZIP_PATH "${CLDR_PATH}/cldr.zip")