build(vendor-libraries): update install to be more reliable
vendor libaries for libconfig are now properly installed so linking can be done reliably
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
#include "fourdst/config/ansi.h"
|
||||
|
||||
#include <rfl.hpp>
|
||||
#include <toml++/toml.h>
|
||||
#include "rfl.hpp"
|
||||
#include "toml++/toml.hpp"
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
|
||||
@@ -12,8 +12,8 @@ config_headers = files(
|
||||
)
|
||||
install_headers(config_headers, subdir : 'fourdst/config')
|
||||
|
||||
condig_exception_headers = files(
|
||||
config_exception_headers = files(
|
||||
'include/fourdst/config/exceptions/exceptions.h',
|
||||
)
|
||||
install_headers(config_headers, subdir : 'fourdst/config/exceptions')
|
||||
install_headers(config_exception_headers, subdir : 'fourdst/config/exceptions')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user