mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 06:35:57 +01:00
CMake: include GNUInstallDirs
This commit is contained in:
parent
df8c154f57
commit
86a94c3e4e
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue