box2d icon indicating copy to clipboard operation
box2d copied to clipboard

Allow use of box2d from build directory

Open madebr opened this issue 3 months ago • 0 comments

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.

madebr avatar Sep 25 '25 16:09 madebr