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:
@ -23,3 +23,5 @@ file(GLOB GENERATD_HEADERS "${CMAKE_BINARY_DIR}/include/maxscale/*.hh")
|
||||
foreach(var ${GENERATD_HEADERS})
|
||||
install_header(${var} devel)
|
||||
endforeach()
|
||||
|
||||
add_subdirectory(protocol)
|
||||
|
||||
Reference in New Issue
Block a user