benreid24 / BLIB

Small organized collection of common code I have accumulated over the years that has amassed into a proper 2d game engine
1 stars 0 forks source link

Use CMake to create MacOS bundles #159

Closed benreid24 closed 1 week ago

benreid24 commented 1 year ago

Looks like CMake can be used to create bundles on build: https://stackoverflow.com/questions/22745728/cmake-set-icon-for-a-mac-os-x-app

Build support for that in the output creator built for #156

benreid24 commented 1 week ago

This is handled by https://github.com/benreid24/BLIB-Template/pull/3