feat: Allow installing into a prefix

This allows using a prefix to choose where to install the games. It use extra-cmake-modules.

Example usage

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=~/.local/kde -DPLUGIN_INSTALL_DIR=~/.local/kde/lib64/qt5/plugins -DQML_INSTALL_DIR=~/.local/kde/lib64/qml
make -j8 install
source prefix.sh
bin/igo

Merge request reports

Loading