Relative Content

Tag Archive for luapremake

How to generate a project for every directory in Premake?

I have a large project with dozens of “modules” that are standalone (think plugins). Each module is sitting in its own folder. I want to generate a separate build target for each folder (loop rather than hardcoded), along with a single target that builds everything.