CMake: install files (instead of Makefile)

This commit is contained in:
Mihai Fufezan
2024-04-21 19:56:46 +03:00
parent 03ebad3cbf
commit 99aa34db6e
5 changed files with 105 additions and 63 deletions

View File

@@ -1,8 +1,8 @@
prefix="@PREFIX@"
includedir="${prefix}/include"
prefix=@PREFIX@
includedir=@INCLUDEDIR@
Name: Hyprland
URL: https://github.com/hyprwm/Hyprland
Description: Hyprland header files
Version: @HYPRLAND_VERSION@
Cflags: -I"${includedir}/hyprland/protocols" -I"${includedir}/hyprland/wlroots-hyprland" -I"${includedir}"
Cflags: -I${includedir} -I${includedir}/hyprland/protocols -I${includedir}/hyprland