changeset 885:a739778d0f6a

objstore: link against common and mark all used libs as private Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Sun, 18 Dec 2022 11:53:21 -0500
parents 6552b75f3cc3
children 29d00736e18e
files src/objstore/CMakeLists.txt
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/objstore/CMakeLists.txt	Sun Dec 18 11:40:46 2022 -0500
+++ b/src/objstore/CMakeLists.txt	Sun Dec 18 11:53:21 2022 -0500
@@ -41,8 +41,10 @@
 )
 
 target_link_libraries(nomad_objstore
+	PRIVATE
 	${BASE_LIBS}
 	dl
+	common
 )
 
 install(TARGETS nomad_objstore DESTINATION lib