This fixes two errors with the generated cmake packages:
HSPlasmaNet-targets.cmake was not being exported , leading to some fun linker errors down the road.
Absolute library paths were being exported, making sharing the built library a challenging prospect. I fixed all cases of absolute paths except for when using the optional feature PhysX.
Bumps the minimum CMake requirement to 3.12. (Welcome to the real world.)
This fixes two errors with the generated cmake packages:
HSPlasmaNet-targets.cmake
was not being exported , leading to some fun linker errors down the road.Bumps the minimum CMake requirement to 3.12. (Welcome to the real world.)