MyGUI / mygui

Fast, flexible and simple GUI.
http://mygui.info/
Other
713 stars 205 forks source link

cmake: Use GNUInstallDirs to install includes #237

Closed tgurr closed 2 years ago

tgurr commented 2 years ago

GNUInstallDirs is already used. This fixes installing includes on multiarch/cross layouts setting the prefix to e.g. /usr/x86_64-pc-linux-gnu or /usr/i686-pc-linux-gnu where else the includes would wrongly end up being installed into /usr/include.