hcabel / OpenVoxel

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

Rethink Premake Linking #44

Closed hcabel closed 1 year ago

hcabel commented 1 year ago

It is really painful to remember what is the include dir of vulkan or the one of imgui every time you need to use those lib in your module.

What I suggest is a way to include only by righting "Vulkan", "ImGui", ... Maybe the same for modules while were at it.