mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 19:50:02 +01:00
cmake: do not install version.h.in (#10035)
This commit is contained in:
parent
d775686380
commit
b83c9f5c6f
1 changed files with 2 additions and 1 deletions
|
|
@ -447,6 +447,7 @@ install(
|
||||||
DIRECTORY ${HEADERS_SRC}
|
DIRECTORY ${HEADERS_SRC}
|
||||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/hyprland
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/hyprland
|
||||||
FILES_MATCHING
|
FILES_MATCHING
|
||||||
PATTERN "*.h*"
|
PATTERN "*.h"
|
||||||
|
PATTERN "*.hpp"
|
||||||
PATTERN "*.inc"
|
PATTERN "*.inc"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue