faaxm / spix

UI test automation library for QtQuick/QML Apps
MIT License
188 stars 49 forks source link

Declare AnyRPC::anyrpc library link private #58

Closed mablanchard closed 2 years ago

mablanchard commented 2 years ago

Spix public API does not expose/leak any AnyRPC symbols, the Spix to AnyRPC library link can be made private.

mablanchard commented 2 years ago

This prevent generated SpixTargets.cmake to declare an AnyRPC::anyrpc link dependency by public transitivity.

faaxm commented 2 years ago

@mablanchard Thank you! Could you have a look at the failing builds?

mablanchard commented 2 years ago

Should be better now...