hcabel / OpenVoxel

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

Runtime does not build anymore #71

Closed hcabel closed 1 year ago

hcabel commented 1 year ago

Fixes #70 So even if those modules where not used they still being compiled no matter the config. So I added a filter which pretty much tell that if no config is not editor the module is empty, no include, no link, no file, nothing. I also change x64 by x84_64 because while searching the documentation of premake x64 is an alias which is being deprecated