TwinFan / XPMP2

Multiplayer library for X-Plane 11/12 with instancing, TCAS override, and sound
https://twinfan.github.io/XPMP2/
Other
24 stars 16 forks source link

Allow XPMP2 to be built as a shared library #75

Open JeanPhilippeLebel opened 1 week ago

JeanPhilippeLebel commented 1 week ago

Allow XPMP2 to be built as a shared library.

The default behaviour is to build a static library. This is controlled by the XPMP2_BUILD_SHARED_LIBS cmake variable. Set it to ON to build as a static library.

This commit adds the following: