Compare commits

...

2 Commits

Author SHA1 Message Date
Bonk Dog
57448b6145
Merge edc2d7912e into 47d1d84bc8 2025-03-24 18:01:06 -04:00
bonk256
edc2d7912e Add interface target to be used with Meson's CMake module 2025-03-22 15:22:45 +01:00

View File

@ -38,3 +38,6 @@ if(NOT MSVC AND (CLAY_INCLUDE_ALL_EXAMPLES OR CLAY_INCLUDE_SDL3_EXAMPLES))
endif() endif()
# add_subdirectory("examples/cairo-pdf-rendering") Some issue with github actions populating cairo, disable for now # 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 .)