build(headers): updated header install paths and base header
This commit is contained in:
@@ -100,4 +100,6 @@
|
|||||||
#include "fourdst/config/base.h"
|
#include "fourdst/config/base.h"
|
||||||
#include "fourdst/config/exceptions/exceptions.h"
|
#include "fourdst/config/exceptions/exceptions.h"
|
||||||
#include "fourdst/config/cli.h"
|
#include "fourdst/config/cli.h"
|
||||||
|
#include "fourdst/config/ansi.h"
|
||||||
|
#include "fourdst/config/validate.h"
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,15 @@ config_dep = declare_dependency(
|
|||||||
|
|
||||||
config_headers = files(
|
config_headers = files(
|
||||||
'include/fourdst/config/config.h',
|
'include/fourdst/config/config.h',
|
||||||
'include/fourdst/config/exceptions/exceptions.h',
|
|
||||||
'include/fourdst/config/base.h',
|
'include/fourdst/config/base.h',
|
||||||
'include/fourdst/config/cli.h'
|
'include/fourdst/config/cli.h',
|
||||||
|
'include/fourdst/config/ansi.h',
|
||||||
|
'include/fourdst/config/validate.h',
|
||||||
)
|
)
|
||||||
install_headers(config_headers, subdir : 'fourdst/fourdst/config')
|
install_headers(config_headers, subdir : 'fourdst/config')
|
||||||
|
|
||||||
|
condig_exception_headers = files(
|
||||||
|
'include/fourdst/config/exceptions/exceptions.h',
|
||||||
|
)
|
||||||
|
install_headers(config_headers, subdir : 'fourdst/config/exceptions')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user