LibFont: Move PSF code to separate file

This commit is contained in:
2024-06-06 16:45:01 +03:00
parent f43a7fdfb4
commit ffacff67cf
6 changed files with 278 additions and 241 deletions

View File

@@ -150,6 +150,7 @@ set(LIBELF_SOURCES
set(LIBFONT_SOURCES
../LibFont/Font.cpp
../LibFont/PSF.cpp
)
set(LIBINPUT_SOURCE