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:
2026-06-05 10:33:52 +02:00
parent 888d44cec1
commit 957802f7bd
2 changed files with 2 additions and 2 deletions

View File

@@ -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')