I have created some c++ code depended on dolfin.
I was thinking about adding it and let it compile during runtime (using JJT).
I would like to add some additional features, which is depended on my external library. Is this also possible by using JJT, or for this task I need to go for swig ? or some other alternative?