Compare commits

...

2 Commits

Author SHA1 Message Date
Vitalii Rohozhyn
5223cb5358
Merge eeaa569763 into 7c9506bc31 2025-03-26 21:17:14 +00:00
Vitalii Rohozhyn
eeaa569763
basic CMake support for easier import into CMake projects 2025-03-24 21:59:42 +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(${PROJECT_NAME} INTERFACE)
target_include_directories(${PROJECT_NAME} INTERFACE .)