]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/starlight/CMakeLists.txt
Resolving the symbols in each library
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / CMakeLists.txt
index 73a0a800449e270a53f1ed4e932648c6865dc500..702d1cce21be8e86213db9a70c70ee83c7105f5d 100644 (file)
@@ -73,6 +73,9 @@ add_library(${MODULE} SHARED ${SRCS})
 # 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")