cmake: do not install version.h.in (#10035)

This commit is contained in:
Aaron Blasko 2025-04-11 00:31:07 +02:00 committed by GitHub
parent d775686380
commit b83c9f5c6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -447,6 +447,7 @@ install(
DIRECTORY ${HEADERS_SRC}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/hyprland
FILES_MATCHING
PATTERN "*.h*"
PATTERN "*.h"
PATTERN "*.hpp"
PATTERN "*.inc"
)