You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We build our plugins as "module" libraries, a CMake construct that, in our case, is just a shared library that is treated differently by the buildsystem. They cannot be linked against, which makes writing unit tests for them potentially tricky. We should document how to use an object library target to make symbols accessible to unit tests.
The text was updated successfully, but these errors were encountered:
Prerequisite: #210
We build our plugins as "module" libraries, a CMake construct that, in our case, is just a shared library that is treated differently by the buildsystem. They cannot be linked against, which makes writing unit tests for them potentially tricky. We should document how to use an object library target to make symbols accessible to unit tests.
The text was updated successfully, but these errors were encountered: