hyprwm / hyprlang

The official implementation library for the hypr config language.
https://wiki.hyprland.org/Hypr-Ecosystem/hyprlang/
GNU Lesser General Public License v3.0
137 stars 16 forks source link

cmake: use CMAKE_INSTALL_LIBDIR for the installation dir #15

Closed solopasha closed 10 months ago

solopasha commented 10 months ago

Some distributions use lib64

fufexan commented 10 months ago

If we're replacing it, we should also replace include with ${CMAKE_INSTALL_INCLUDEDIR}.