kcat / openal-soft

OpenAL Soft is a software implementation of the OpenAL 3D audio API.
Other
2.09k stars 519 forks source link

Premake5 #923

Open Vaani-del opened 9 months ago

Vaani-del commented 9 months ago

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

kcat commented 8 months 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.