CL_INSTALL_PLUGIN macro problem when making plugin
Posted: Sun Nov 24, 2019 1:25 am
Hello!
I am trying to develop a plugin for codelite but i got stuck on running cmake.
I get the error:
Make Error at CMakeLists.txt:60 (CL_INSTALL_PLUGIN):
Unknown CMake command "CL_INSTALL_PLUGIN".
I created the plugin skeleton from the new plugin wizard and the plugin project is in my workspace.
I use Codelite 13
Edit:
I think i need to add some clarifications. I am using linux (codelite installed from ine of the official PPAs) and the workspace is not the same as the Codelite source dir itself if that matters.
Trying to build the plugin code generated from the wizard by building from within codelite results in error "plugin.h" not found.
Br
--Anders
I am trying to develop a plugin for codelite but i got stuck on running cmake.
I get the error:
Make Error at CMakeLists.txt:60 (CL_INSTALL_PLUGIN):
Unknown CMake command "CL_INSTALL_PLUGIN".
I created the plugin skeleton from the new plugin wizard and the plugin project is in my workspace.
I use Codelite 13
Edit:
I think i need to add some clarifications. I am using linux (codelite installed from ine of the official PPAs) and the workspace is not the same as the Codelite source dir itself if that matters.
Trying to build the plugin code generated from the wizard by building from within codelite results in error "plugin.h" not found.
Br
--Anders