From: Manuel Nickschas Date: Sun, 18 Nov 2018 17:31:07 +0000 (+0100) Subject: cmake: Set proper install paths for Windows X-Git-Tag: test-travis-01~93 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=21b3d4d17220feb9d3b2f3d856d17f8606da5879;hp=21b3d4d17220feb9d3b2f3d856d17f8606da5879 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. ---