GameDevTecnico / cubos

A still very barebones game engine focused on voxels and data-oriented programming
https://gamedevtecnico.github.io/cubos/
MIT License
83 stars 23 forks source link

Make it easy to deploy games through CMake #1161

Open RiscadoA opened 4 months ago

RiscadoA commented 4 months ago

We should change our CMake configuration so that it becomes easy to compile a deploy version of the game. This means changing the assets directory options automatically, and copying the assets directories to the executable's directory.