build(include): changes include directory
includedir/fourdst/fourdst/logging to includedir/fourdst/logging BREAKING CHANGE: May break code which did not previously use -I/use/local/include/fourdst (now only -I/usr/local/include) is needed
This commit is contained in:
@@ -43,4 +43,4 @@ logging_dep = declare_dependency(
|
||||
logging_headers = files(
|
||||
'include/fourdst/logging/logging.h'
|
||||
)
|
||||
install_headers(logging_headers, subdir : 'fourdst/fourdst/logging')
|
||||
install_headers(logging_headers, subdir : 'fourdst/logging')
|
||||
|
||||
Reference in New Issue
Block a user