I added a WITH_PLUGIN and a WITHOUT_PLUGIN option to the cmake command. By using WITH_PLUGIN, the user can specify the plugins they want to build. By using WITHOUT_PLUGIN, the user can specify the plugins they don't want to build. The options cannot be used together at the same time. If neither is specified, all plugins are to be built.
I added a
WITH_PLUGIN
and aWITHOUT_PLUGIN
option to the cmake command. By usingWITH_PLUGIN
, the user can specify the plugins they want to build. By usingWITHOUT_PLUGIN
, the user can specify the plugins they don't want to build. The options cannot be used together at the same time. If neither is specified, all plugins are to be built.