This commit is contained in:
Bonk Dog 2025-03-28 19:12:05 +07:00 committed by GitHub
commit 6f94826cf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,3 +38,6 @@ if(NOT MSVC AND (CLAY_INCLUDE_ALL_EXAMPLES OR CLAY_INCLUDE_SDL3_EXAMPLES))
endif()
# add_subdirectory("examples/cairo-pdf-rendering") Some issue with github actions populating cairo, disable for now
add_library(headers INTERFACE)
target_include_directories(headers INTERFACE .)