Implemented the program

This commit is contained in:
vegowotenks 2025-03-01 22:32:56 +01:00
commit 937a2e0a2e
6 changed files with 226 additions and 0 deletions

9
CMakeLists.txt Normal file
View file

@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 3.5.0)
project(spiral-galaxy C)
find_package(SDL3 REQUIRED CONFIG REQUIRED COMPONENTS SDL3-shared)
add_subdirectory(submodules/)
add_subdirectory(src/)