# Copyright 2024-2025 MicroEJ Corp. All rights reserved. # MicroEJ Corp. PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. # freetype cco sources target_sources(app PRIVATE "freetype/src/wrappers/ft_base_wrapper.c" "freetype/src/wrappers/ft_ttf_wrapper.c" "freetype/src/wrappers/ft_vector_wrapper.c" "harfbuzz/src/hb-alloc.c" "harfbuzz/src/harfbuzz.cc" ) target_include_directories(app PRIVATE "freetype/inc" "harfbuzz/inc" ) set(compile_flags "-DFT2_BUILD_LIBRARY" "-DHB_CUSTOM_MALLOC" "-D__NEWLIB__" "-Wno-maybe-uninitialized" ) target_compile_options(app PRIVATE ${compile_flags})