Skip to content
Snippets Groups Projects
Commit 3f83a003 authored by Eric Cano's avatar Eric Cano
Browse files

Packaged the ctautils library which was turned into a shared lib in the previous commit.

parent 91cff9cb
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,8 @@ The shared libraries
%defattr(-,root,root)
%attr(0755,root,root) %{_libdir}/libctacatalogue.so
%attr(0755,root,root) %{_libdir}/libctacommon.so
#TODO: merge util and common
%attr(0755,root,root) %{_libdir}/libctautils.so
%attr(0755,root,root) %{_libdir}/libctaremotens.so
%attr(0755,root,root) %{_libdir}/libctascheduler.so
%attr(0755,root,root) %{_libdir}/libctaobjectstore.so
......
......@@ -59,6 +59,8 @@ add_library (ctautils SHARED ${UTILS_LIB_SRC_FILES})
target_link_libraries(ctautils castorlog)
install(TARGETS ctautils DESTINATION usr/${CMAKE_INSTALL_LIBDIR})
add_library (ctautilsunittests SHARED
SmartArrayPtrTest.cpp
SmartFdTest.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment