basic CMake support for easier import into CMake projects

This commit is contained in:
Vitalii Rohozhyn 2025-03-24 21:59:42 +01:00
parent ad49977f1b
commit eeaa569763
No known key found for this signature in database
GPG Key ID: 62CD32F3E093EB78

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(${PROJECT_NAME} INTERFACE)
target_include_directories(${PROJECT_NAME} INTERFACE .)