]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/VZEROsim/CMakeLists.txt
Resolving all symbols in the library
[u/mrichter/AliRoot.git] / VZERO / VZEROsim / CMakeLists.txt
index c4eae2d62e29cd6491fdbd1f1921f7042b3c5968..46e3941698ae9cfc08154b69aa3c61bc93fa8cff 100644 (file)
@@ -61,6 +61,9 @@ add_library(${MODULE} SHARED ${SRCS} G__${MODULE}.cxx)
 # Additional compilation flags
 set_target_properties(${MODULE} PROPERTIES COMPILE_FLAGS "")
 
+# Linking the library
+target_link_libraries(${MODULE} ${LIBDEPS})
+
 # System dependent: Modify the way the library is build
 if(${CMAKE_SYSTEM} MATCHES Darwin)
     set_target_properties(${MODULE} PROPERTIES LINK_FLAGS "-undefined dynamic_lookup")