hcabel / OpenVoxel

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

Fix #43 #45

Closed hcabel closed 1 year ago

hcabel commented 1 year ago

I created 3 helper function:

Those helpers will be call in most of the project setups to set the config quickly. Once you call one of those helpers you just have to specified what specific to this project, like the files, the include dirs, ... I also modify the modules target output, all the dll are stored in a "Modules" directory and when building required dlls are copy next to the exe file.