pageldev / libOpenDRIVE

Small, lightweight C++ library for handling OpenDRIVE files
Apache License 2.0
388 stars 136 forks source link

Support static linking #86

Closed alexkutsan closed 10 months ago

alexkutsan commented 11 months ago

Keeping library shared only makes it impossible to install in a system wrapped in pybind11 pythons module. Details : https://github.com/pybind/cmake_example/issues/11

So, added additional target for static linking