Compare commits

...

2 Commits

Author SHA1 Message Date
Bonk Dog
f543cbfd9d
Merge edc2d7912e into 08e4c5b198 2025-03-26 11:03:53 +00: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()
# 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 .)