Initial commit
This is working repository now. I had to clean this up due to my f_ups, that made this simple repo around 200MB large. Signed-off-by: Piotr Krygier <piotrkrygier@everyonecancode@xyz>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
red_scarf_engine_srcs = [
|
||||
'src/main.c'
|
||||
]
|
||||
|
||||
sdl3_dep = dependency('sdl3',
|
||||
version : '>=3.4.0')
|
||||
|
||||
executable(
|
||||
'RedScarfEngine',
|
||||
red_scarf_engine_srcs,
|
||||
include_directories : [
|
||||
'../'
|
||||
],
|
||||
dependencies : [
|
||||
sdl3_dep,
|
||||
],
|
||||
link_with: rse_graphics_lib,
|
||||
)
|
||||
Reference in New Issue
Block a user