redex icon indicating copy to clipboard operation
redex copied to clipboard

Library Rename to Prevent Conflicts

Open rickmark opened this issue 2 years ago • 2 comments

Redex produces libtool.so/dylib and libresource.so/dylib - When these are installed they are very likely to cause confusion as there is a standard binary called libtool. This patch changes these to be more appropriately libredexTool.so and libredexResource.so.

Also included is the FindRedex.cmake script from Mariana Trench that should be installed to allow for cmake style find_package(Redex)

rickmark avatar Mar 13 '23 18:03 rickmark

#773

rickmark avatar Mar 13 '23 18:03 rickmark