fabiangreffrath / taradino

SDL2 port of Rise of the Triad
GNU General Public License v2.0
29 stars 8 forks source link

Rewrite README, move project from autotools to CMake #51

Closed erysdren closed 6 months ago

erysdren commented 6 months ago

Ah, I guess I should've also modified the workflows file too

fabiangreffrath commented 6 months ago

There is still at least one Makefile.am file left in the source tree.

fabiangreffrath commented 6 months ago

Actually, the name is "Taradino", i.e. only one 'r'! 😮

https://github.com/fabiangreffrath/rott/blob/ec15323a44b0526862320693abd66fb5b717c435/rott/rt_menu.c#L682

erysdren commented 6 months ago

I think the only thing missing from the CMakeLists.txt is the ability to change the executable name. Otherwise I think it's coming along nicely. CI seems to be failing from -Werror.

fabiangreffrath commented 6 months ago

I think the only thing missing from the CMakeLists.txt is the ability to change the executable name.

I'll see what I can do.

CI seems to be failing from -Werror.

Yes, the shareware build hasn't been cleaned up yet.

erysdren commented 6 months ago

All looks good to me!