CMake: install files (instead of Makefile)
This commit is contained in:
parent
03ebad3cbf
commit
99aa34db6e
5 changed files with 105 additions and 63 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue