danfis / libccd

Library for collision detection between two convex shapes
Other
504 stars 111 forks source link

Add namespace ccd to exported CMake targets #37

Open rickertm opened 7 years ago

rickertm commented 7 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).