done skia base code

This commit is contained in:
azeeee05
2026-05-21 14:59:09 +05:30
parent 7cca1dbce9
commit c044fc86bc
12 changed files with 570 additions and 0 deletions
+5
View File
@@ -34,6 +34,11 @@ if(PDFENGINE_WITH_PDFIUM)
target_compile_definitions(pdfengine PRIVATE PDFENGINE_WITH_PDFIUM)
endif()
if(PDFENGINE_WITH_SKIA)
target_link_libraries(pdfengine PRIVATE skia::skia)
target_compile_definitions(pdfengine PRIVATE PDFENGINE_WITH_SKIA)
endif()
pdfengine_set_warnings(pdfengine)
pdfengine_enable_sanitizers(pdfengine)