mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-15 18:58:05 +00:00
6 lines
168 B
CMake
6 lines
168 B
CMake
|
cmake_minimum_required(VERSION 3.27)
|
||
|
project(sokol_corner_radius C)
|
||
|
|
||
|
add_executable(sokol_corner_radius main.c)
|
||
|
target_link_libraries(sokol_corner_radius PUBLIC sokol)
|