danfis / libccd

Library for collision detection between two convex shapes
Other
478 stars 108 forks source link

Add namespace ccd to exported CMake targets #37

Open rickertm opened 6 years ago

rickertm commented 6 years ago

This patch adds the namespace ccd:: to exported CMake targets as recommended by CMake for imported targets (https://cmake.org/cmake/help/v3.9/manual/cmake-developer.7.html#a-sample-find-module).