box2d
box2d copied to clipboard
Allow use of box2d from build directory
This makes is possible to do find_package(box2d) in your user program by etting the CMake variables box2d_DIR or CMAKE_PREFIX_PATH to the build directory.
This change allows me to build box2d once, and use it without having to install it somewhere, allowing faster iterations.