Fix devel package
The moving of the header files to include/maxscale/ broke the devel package.
This commit is contained in:
5
include/maxscale/protocol/CMakeLists.txt
Normal file
5
include/maxscale/protocol/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
file(GLOB HEADERS "*.h*")
|
||||
foreach(var ${HEADERS})
|
||||
get_filename_component(header ${var} NAME)
|
||||
install_header(${header} devel)
|
||||
endforeach()
|
Reference in New Issue
Block a user