 Premake¶
 Premake¶
Conan provides different tools to help manage your projects using Premake. They can be
imported from conan.tools.premake. The most relevant tools are:
- PremakeDeps: the dependencies generator for Premake, to allow consuming dependencies from Premake projects
- Premake: the Premake build helper. It’s simply a wrapper around the command line invocation of Premake.
See also
- Reference for PremakeDeps. 
- Reference for Premake.