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
CMake: add object libraries to the export set for static builds
The dependencies' object files are combined into a single library file.
For static libraries, the usage flags (include directories, compile
definitions) are copied by reference rather than by value so the object
libraries are needed in the export set.
0 commit comments