Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
520 stars 102 forks source link

Conditional compilation of plugins #527

Closed intjftw closed 3 years ago

intjftw commented 3 years ago

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.