Closed bast closed 8 years ago
This indeed defaults to static and with cmake -DBUILD_SHARED_LIBS=1 .. can be changed to dynamic.
cmake -DBUILD_SHARED_LIBS=1 ..
@uekstrom can you please review and possibly integrate this?
This indeed defaults to static and with
cmake -DBUILD_SHARED_LIBS=1 ..
can be changed to dynamic.