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:
+12
@@ -0,0 +1,12 @@
|
||||
project('RedScarfEngine',
|
||||
['c', 'cpp'],
|
||||
version: '0.0.1',
|
||||
default_options: [
|
||||
'warning_level=3',
|
||||
'werror=true'
|
||||
])
|
||||
|
||||
subdir('utilities')
|
||||
subdir('graphics')
|
||||
subdir('red_scarf_engine')
|
||||
|
||||
Reference in New Issue
Block a user