fix(CompositionAbstract): Moved CompositionAbstract into correct namespace

Further, added the composition_abstract header file to the correct install path
This commit is contained in:
2025-11-09 06:59:38 -05:00
parent acff543b2d
commit 49bfb5eff1
4 changed files with 145 additions and 142 deletions

View File

@@ -48,6 +48,7 @@ composition_dep = declare_dependency(
# Make headers accessible
composition_headers = files(
'include/fourdst/composition/composition.h',
'include/fourdst/composition/composition_abstract.h'
)
install_headers(composition_headers, subdir : 'fourdst/fourdst/composition')