hello world
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 4.2)
|
||||
project(Raytracer C)
|
||||
|
||||
set(CMAKE_C_STANDARD 23)
|
||||
|
||||
add_executable(Raytracer main.c)
|
||||
Reference in New Issue
Block a user