Files
tiny_computer/android/app/src/main/cpp/recipes/fontenc.cmake
2024-09-20 21:39:48 +08:00

5 lines
302 B
CMake

add_library(fontenc STATIC "libfontenc/src/fontenc.c" "libfontenc/src/encparse.c" "libfontenc/src/reallocarray.c")
target_include_directories(fontenc PUBLIC "libfontenc/include")
target_link_libraries(fontenc PUBLIC xorgproto)
target_compile_options(fontenc PRIVATE "-DFONT_ENCODINGS_DIRECTORY=\"/\"")