Add interface target to be used with Meson's CMake module

This commit is contained in:
bonk256 2025-03-22 15:18:18 +01:00
parent ad49977f1b
commit edc2d7912e

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 .)