CMake: install frag files

This commit is contained in:
Mihai Fufezan 2025-03-16 18:27:27 +02:00
parent 90306bdae6
commit d7382aa8a1
No known key found for this signature in database

View File

@ -436,7 +436,8 @@ install(
DIRECTORY ${HEADERS_PROTO}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/hyprland
FILES_MATCHING
PATTERN "*.h*")
PATTERN "*.h*"
PATTERN "*.frag")
# hyprland headers
set(HEADERS_SRC "${CMAKE_CURRENT_SOURCE_DIR}/src")