mirror of
https://github.com/nicbarker/clay.git
synced 2025-05-11 21:08:07 +00:00
Add SDL3 renderer to base CMakeLists and fix error on OSX
This commit is contained in:
parent
818a7ded15
commit
b1ab5daa74
@ -1,6 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.27)
|
||||
project(clay)
|
||||
|
||||
if(APPLE)
|
||||
enable_language(OBJC)
|
||||
endif()
|
||||
|
||||
add_subdirectory("examples/cpp-project-example")
|
||||
|
||||
# Don't try to compile C99 projects using MSVC
|
||||
@ -8,4 +12,5 @@ if(NOT MSVC)
|
||||
add_subdirectory("examples/raylib-sidebar-scrolling-container")
|
||||
add_subdirectory("examples/cairo-pdf-rendering")
|
||||
add_subdirectory("examples/clay-official-website")
|
||||
add_subdirectory("examples/sdl3_renderer")
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user