CapsCollective / raylib-cpp-starter

A portable, automated template for raylib projects with C++ bindings
Other
68 stars 17 forks source link

Made Makefile automatically gather compilation sources and implemented separate compilation #3

Closed jonjondev closed 3 years ago

jonjondev commented 3 years ago

Title is pretty self-explanatory. Got this working for macOS and Linux. PRing to get a CI test to run, but @Raelr if you can go ahead and get the same functionality working through Windows, that'll be swell.

jonjondev commented 3 years ago

I've gone ahead and added changes I made on a different project that now allow for separate compilation and removed the need to use shell commands for wildcard searching (makes it more cross-platform friendly). Windows is still a little broken so waiting for that change to come through as well and will update accordingly.

jonjondev commented 3 years ago

Seems like it works now!