Open Vaani-del opened 1 year ago
What are you trying to do, and what exactly is needed? Are you looking for a script to build OpenAL Soft without CMake, or to define the necessary things to include/link OpenAL in a different project (ala pkg-config)?
If you mean the former, building OpenAL Soft using premake instead of cmake, I'm not too keen on having and maintaining multiple build systems. If you mean the latter, I could probably include something like that. I don't use and am not familiar with premake5 though, so I'd need help figuring out what's needed.
Hi, I use premake instead of cmake in my projects, and was wondering if you'd consider providing a premake5.lua (or a template for one) to be able to use OpenAL Soft through premake in my projects. Thanks