Premake equivalent of CMake's fetchContent

102 views Asked by At

Is there an equivalent for CMake's fetchContent for dependency management in Premake? I know I can use Premake to generate a CMake project which calls fetchContent for automatically downloading dependencies from the web, but is there a more portable or streamlined way to do this using just Premake?

0

There are 0 answers