cmake: Set proper install paths for Windows
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 17:31:07 +0000 (18:31 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 20 Nov 2018 20:31:55 +0000 (21:31 +0100)
commit1098cc4f4783f1f0822789ff6585e6a26b46fee0
tree1ecadefbde66612d525edb75ff7e969f17d23d41
parentbc3c84736898ef185b70ec37a95fa664392276cb
cmake: Set proper install paths for Windows

Instead of dumping everything into the install prefix, set
separate paths for runtime and library artifacts.

The paths chosen match the expectations of Craft packaging, so
we can subsequently remove the overrides in the craft blueprint.

(cherry picked from commit 21b3d4d17220feb9d3b2f3d856d17f8606da5879)
cmake/QuasselInstallDirs.cmake