CMakeLists.txt 135 B

12345678
  1. set(SOURCES
  2. Cmap.cpp
  3. Font.cpp
  4. Glyf.cpp
  5. )
  6. serenity_lib(LibTTF ttf)
  7. target_link_libraries(LibTTF LibM LibCore LibTextCodec)