paullouisageneau / libjuice

JUICE is a UDP Interactive Connectivity Establishment library
Mozilla Public License 2.0
426 stars 80 forks source link

CMake: Add retro-compatibility target alias and fix config file destination #125

Closed paullouisageneau closed 3 years ago

paullouisageneau commented 3 years ago

This PR introduces a CMake config file to add the former installed target name LibJuice::juice as an alias for retro-compatibility (The installed target name was fixed to be LibJuice::LibJuice in https://github.com/paullouisageneau/libjuice/pull/124). It also changes the CMake config file destination to lib instead of share, as share should be reserved to platform-independent macros.