MyGUI / mygui

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

Fix libdir setting in MYGUI.pc #218

Closed h3xx closed 3 years ago

h3xx commented 3 years ago

Use the value from GNUInstallDirs.

Installing in, say /usr/lib64 can be accomplished with GNUInstalldirs if you specify cmake -DCMAKE_INSTALL_LIBDIR=lib64, which populates the CMAKE_INSTALL_FULL_LIBDIR variable with the appropriate prefix (also settable using -DCMAKE_INSTALL_PREFIX :-)