We've updated the CMake files quite a bit to improve installation with vcpkg:
Use RESOURCE property to install resource files. Add functions to inherit RESOURCE files from a library, so that they will be installed along side an application. Change HikoGUI's path module to use separate functions for getting locations to files and directories. *_file(), *_dir(), *_dirs(). An application and th...