Fix devel package

The devel package didn't install generated headers and the template
`header.h.in` files were installed instead.
This commit is contained in:
Markus Mäkelä
2017-02-15 09:02:35 +02:00
parent 49cc2b52e3
commit 431cf885c3
3 changed files with 21 additions and 7 deletions

View File

@ -1,5 +0,0 @@
file(GLOB HEADERS "*.h")
foreach(var ${HEADERS})
get_filename_component(header ${var} NAME)
install_header(${header} devel)
endforeach()