Skip to content

CMake: Set IMPORTED_IMPLIB property

Julien Schueller requested to merge jschueller/dbus:master into master

Setting this property allows to fix linking to the imported target with MinGW. This only happens when dbus is built using autotools, when cmake is used the DBus1Config.variant.in is configured and the automatically exported target by cmake is fine.

Merge request reports