Files
ScreamIntoTheVoid/CMakeLists.txt
2026-06-06 01:09:53 +02:00

7 lines
153 B
CMake

cmake_minimum_required(VERSION 3.10.0)
project(ScreamIntoTheVoid VERSION 0.1.0 LANGUAGES C)
add_executable(ScreamIntoTheVoid draw.c main.c
main.h)