RetDec is a large-scale project containing multiple standalone libraries and binaries. It might be useful if we were able to install only certain parts of RetDec, for example just fileinfo and its dependencies.
This might be achieved through COMPONENT attribute of install directives in CMake but I have never tried it myself. (https://cmake.org/cmake/help/v3.13/command/install.html)
RetDec is a large-scale project containing multiple standalone libraries and binaries. It might be useful if we were able to install only certain parts of RetDec, for example just
fileinfoand its dependencies.This might be achieved through
COMPONENTattribute ofinstalldirectives in CMake but I have never tried it myself. (https://cmake.org/cmake/help/v3.13/command/install.html)