mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 15:30:03 +01:00
CMake: install frag files
This commit is contained in:
parent
90306bdae6
commit
d7382aa8a1
1 changed files with 2 additions and 1 deletions
|
|
@ -436,7 +436,8 @@ install(
|
||||||
DIRECTORY ${HEADERS_PROTO}
|
DIRECTORY ${HEADERS_PROTO}
|
||||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/hyprland
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/hyprland
|
||||||
FILES_MATCHING
|
FILES_MATCHING
|
||||||
PATTERN "*.h*")
|
PATTERN "*.h*"
|
||||||
|
PATTERN "*.frag")
|
||||||
|
|
||||||
# hyprland headers
|
# hyprland headers
|
||||||
set(HEADERS_SRC "${CMAKE_CURRENT_SOURCE_DIR}/src")
|
set(HEADERS_SRC "${CMAKE_CURRENT_SOURCE_DIR}/src")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue