Implemented the program
This commit is contained in:
commit
937a2e0a2e
6 changed files with 226 additions and 0 deletions
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal 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/)
|
Loading…
Add table
Add a link
Reference in a new issue