GameNetworkingSockets icon indicating copy to clipboard operation
GameNetworkingSockets copied to clipboard

Add find_dependency(Protobuf)

Open LilyWangLL opened this issue 3 years ago • 0 comments

Fix link error:

  The link interface of target "GameNetworkingSockets::GameNetworkingSockets"
  contains:

    protobuf::libprotobuf

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.

LilyWangLL avatar Dec 29 '22 11:12 LilyWangLL