Add files to devel package

The devel package was missing the protocol/mysql.h-file. Also,
added copyright and licence files and a devel-specific description.
The package target is now checked to be one of the recognized ones.
This commit is contained in:
Esa Korhonen
2017-02-16 16:34:03 +02:00
parent 44661036d8
commit a201379aad
6 changed files with 33 additions and 2 deletions

View File

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