I'm working on CMake plugin that adds ability to build project by CMake.
Current source code is availabe on GitHub: https://github.com/NTSFka/CMakePlugin
The plugin is not finished yet. The building system is not integrated into Codelite's because I'm not sure what is the best solution to do it. For now the only way to build project with CMake enabled is by menu in the workspace tree. I'd like to integrate into Codelite's building system but I didn't find solution that suits the CMake build system best.
Any ideas that can improve the plugin are welcomed

I've created a patch that adds an option to add custom plugins as a cmake's parameter:
https://github.com/NTSFka/CMakePlugin/b ... gins.patch