doughague / torpy

A command-line arena game.
GNU General Public License v3.0
1 stars 0 forks source link

Switch to cmake #5

Closed doughague closed 10 years ago

doughague commented 11 years ago

We should switch to using the cmake build system which is designed to make cross-compilation much easier.

dday76 commented 11 years ago

Not sure what this means/entails. Sounds good to me though. When you say 'cross' compilation, what do you mean exactly?

doughague commented 11 years ago

The "cross" refers to across different operating systems / environments. cmake is a progam the writes Makefiles. Switching to cmake will solve our current little Makefile issue. It will even build the XCode project files for you! :-)

dday76 commented 11 years ago

agreed! sounds like this would be for you to re-adjust the files. I'll leave it open for you to work on, but makes sense to me...

doughague commented 10 years ago

Done. See new fork.