mirror of
https://github.com/nicbarker/clay.git
synced 2025-01-23 18:06:04 +00:00
7 lines
194 B
CMake
7 lines
194 B
CMake
|
cmake_minimum_required(VERSION 3.28)
|
||
|
project(clay C)
|
||
|
|
||
|
set(CMAKE_C_STANDARD 99)
|
||
|
|
||
|
add_subdirectory("examples/raylib-sidebar-scrolling-container")
|
||
|
add_subdirectory("examples/clay-official-website")
|