using tokens when including files
I’m trying to use include along with the token
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.