systemc icon indicating copy to clipboard operation
systemc copied to clipboard

Make the docs and examples build optional

Open alainsanguinetti opened this issue 4 years ago • 1 comments

Hello, for embedding this library in a larger project, the docs and examples files generate an unnecessary overhead. There is currently no possibility to make the configure and build skip those folders so it's not possible to remove them without heavy modification of the Makefiles.

I propose to make the configure and build of those folders optional, so that they are only built on demand by the user and that they can be completely removed from the folder if necessary.

alainsanguinetti avatar Oct 22 '21 09:10 alainsanguinetti

I agree that providing this option is sensible. This should also be implemented in the CMake-based build system.

maehne avatar Nov 11 '21 21:11 maehne