Alastair Donaldson <alastair.donaldson@imperial.ac.uk> writes:
A user of Csmith only needs to compile this adapter library if he/she wishes
to use our new functionality. At present, the adapter library is built by
default; this is likely undesirable as it requires Boost, which is
non-standard. We'd appreciate advice on how to structure the build system so
that the building the adapter library can be made optional.
From your explanation, it sounds to me that building the library should be
controlled by a configure-time "--with-blah" option. Does that sound right?