Include new cairo renderer (#48)

This commit is contained in:
Justin 2024-11-19 05:03:39 +01:00 committed by GitHub
parent c5a1c1a4ed
commit 330e56a858
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 566 additions and 3 deletions

View file

@ -5,6 +5,7 @@ add_subdirectory("examples/cpp-project-example")
# Don't try to compile C99 projects using MSVC
if(NOT MSVC)
add_subdirectory("examples/raylib-sidebar-scrolling-container")
add_subdirectory("examples/clay-official-website")
endif()
add_subdirectory("examples/raylib-sidebar-scrolling-container")
add_subdirectory("examples/cairo-pdf-rendering")
add_subdirectory("examples/clay-official-website")
endif()