libAttachmentSupport: convert into shared lib

This ensures that the support routines in this library will be
exposed at the same vaddr to each object in the vaddrspace.
This commit is contained in:
2025-11-04 00:22:25 -04:00
parent 7a55a65589
commit 9a4f80a9d6
6 changed files with 22 additions and 9 deletions
+1
View File
@@ -129,6 +129,7 @@ target_link_libraries(salmanoff
Boost::system Boost::log
smocore
${DL_LIBRARY}
attachmentSupport
)
# Verify Boost dynamic dependencies after build