CMake: include GNUInstallDirs

This commit is contained in:
Mihai Fufezan 2024-01-04 20:13:19 +02:00
parent df8c154f57
commit 86a94c3e4e
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ include_directories(
)
# configure
include(GNUInstallDirs)
set(LIBEXECDIR ${CMAKE_INSTALL_LIBEXECDIR})
configure_file(org.freedesktop.impl.portal.desktop.hyprland.service.in org.freedesktop.impl.portal.desktop.hyprland.service @ONLY)
configure_file(contrib/systemd/xdg-desktop-portal-hyprland.service.in contrib/systemd/xdg-desktop-portal-hyprland.service @ONLY)