Merge branch '2.1' into develop

This commit is contained in:
Johan Wikman
2017-02-16 11:10:11 +02:00
6 changed files with 30 additions and 16 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()