hcabel / OpenVoxel

OpenVoxel is a Open source voxel game engine/editor
GNU General Public License v3.0
15 stars 2 forks source link

Add function to easily configure new modules/project #43

Closed hcabel closed 1 year ago

hcabel commented 1 year ago

It's a pain to have to remember all the thing you have to put on the premake config for each project. (defines with the right filters, dialect, ...)

What I sugest is to add one or more premake functions to simply use a default configuration for most of the modules/project. then you only need to add your files/link/inckudedir, and override what ever you need to override