mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
5 lines
302 B
CMake
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=\"/\"")
|