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

@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# *********************************************************************** #
project('liblogging', 'cpp', version: 'v1.1.1', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
project('liblogging', 'cpp', version: 'v1.1.2', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
# Add default visibility for all C++ targets
add_project_arguments('-fvisibility=default', language: 'cpp')

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