Make YACO installable
Motivation: The new build system for yaco installs all the dependencies into a specific folder except the yaco binaries. This means that the yaco binaries still needs to be referenced from its build folder (just like icon). We would like to clean this step so that yaco can be packaged. Appropriate installation is necessary for that.
Task description: Update the root cmakelists to allow for installation of yaco library and binary. Keep lib and lib64 folders in mind (refer GNUInstallDirs in cmake). It is important to not break the dependencies to the installed libraries while installation.
Definition of Done:
- yaco can be called from any arbitrary installation folder.