mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[#3443] Extra additions to the additions to the Meson Proof of Concept
This commit is contained in:
@@ -5,12 +5,9 @@ endif
|
||||
kea_mysql_lib = library(
|
||||
'kea-mysql',
|
||||
'mysql_binding.cc',
|
||||
'mysql_binding.h',
|
||||
'mysql_connection.cc',
|
||||
'mysql_connection.h',
|
||||
'mysql_constants.h',
|
||||
cpp_args: [f'-DKEA_ADMIN="@KEA_ADMIN@"'],
|
||||
dependencies: [mysql],
|
||||
dependencies: [boost, mysql],
|
||||
include_directories: [include_directories('.')] + INCLUDES,
|
||||
install: true,
|
||||
install_dir: 'lib',
|
||||
@@ -19,3 +16,9 @@ kea_mysql_lib = library(
|
||||
LIBS_BUILT_SO_FAR = [kea_mysql_lib] + LIBS_BUILT_SO_FAR
|
||||
subdir('testutils')
|
||||
subdir('tests')
|
||||
kea_mysql_headers = [
|
||||
'mysql_binding.h',
|
||||
'mysql_connection.h',
|
||||
'mysql_constants.h',
|
||||
]
|
||||
install_headers(kea_mysql_headers, preserve_path: true, subdir: 'kea/mysql')
|
||||
|
Reference in New Issue
Block a user