]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/RAWDatasim/CMakeLists.txt
Fixing circular dependecy between HLTsim and STEER
[u/mrichter/AliRoot.git] / RAW / RAWDatasim / CMakeLists.txt
index ea80cf92b2de197a033d0ea5da0fa633606f62ca..b81c647acb616572d8f66ce3900be5c003875745 100644 (file)
@@ -43,11 +43,12 @@ generate_dictionary("${MODULE}" "${MODULE}LinkDef.h" "${HDRS}" "${incdirs}")
 
 # Generate the ROOT map
 # Dependecies
-set(LIBDEPS RAWDatabase STEERBase STEER)
+set(LIBDEPS RAWDatabase STEERBase STEER Core)
 generate_rootmap("${MODULE}" "${LIBDEPS}" "${CMAKE_CURRENT_SOURCE_DIR}/${MODULE}LinkDef.h")
 
 # Add a library to the project using the specified source files
 add_library(${MODULE} SHARED ${SRCS} G__${MODULE}.cxx)
+target_link_libraries(${MODULE} RAWDatabase STEERBase STEER Core)
 
 # Additional compilation flags
 set_target_properties(${MODULE} PROPERTIES COMPILE_FLAGS "-O -g")