premake-cmake
premake-cmake copied to clipboard
CMake generator for Premake. I don't actively maintain it right now. feel free to fork to make changes.
Add support for: - sysincludedirs, forceinclude - pre/post build command - customcommands Fix link to sibbling projects Tested with https://github.com/Jarod42/premake-sample-projects
Generating Clion project needs to generate cmake files, which errors for me. Might want to document what this error means and how to fix it for most of the cases....
* Use if instead of filters for configs * Add per-file buildoptions
Added partial support for prebuildcommands, prelinkcommands and postbuildcommands. Also added the automatic creation of the output directories, since I've had issues with make being unable to write the outputs if...
I'm now trying to automate version bumping through prebuildcommands and gitversion. While it does generate the cmake files. cmake module ignores prebuildcommands. I assume it also ignores the postbuildcommands. I...
I have written a [Code::Blocks plugin](https://github.com/arnholm/premake5cb) to generate a premake5 script from a Code::Blocks workspace. There is an example with generated premake5 lua script at https://github.com/arnholm/pm5example1 . This example contains...