Rename project

This is more the engine than the game project.
It's possible that the game will go into a separate repository at some
point.
This commit is contained in:
Kevin Trogant 2024-02-28 08:44:35 +01:00
parent 9008d08d9f
commit 424345374f

View File

@ -1,4 +1,4 @@
project('voyage', ['c', 'cpp'],
project('rtengine', ['c', 'cpp'],
default_options: ['buildtype=debug',
'b_sanitize=address',
'c_std=c17',