suve / LD25

Colorful - Ludum Dare 25 (December 2012) entry
Other
22 stars 10 forks source link

Use CMake for building #18

Open suve opened 1 year ago

suve commented 1 year ago

The current setup with a hand-written configure script that generates a Makefile is quite rudimentary, unfriendly for newcomers and very hard to integrate into other build systems (most notably Gradle, which is used for Android builds).

Migrating the game to CMake seems like a good idea.

Foreseeable problems: