From: agrigora Date: Fri, 3 Oct 2014 09:33:17 +0000 (+0200) Subject: ROOT dependecies for the ROOT map X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=4d867e3fee5cb25012209e3cb63f3b737f251c05 ROOT dependecies for the ROOT map --- diff --git a/ANALYSIS/ANALYSIS/CMakeLists.txt b/ANALYSIS/ANALYSIS/CMakeLists.txt index 0c68801fdd8..3b2dd102490 100644 --- a/ANALYSIS/ANALYSIS/CMakeLists.txt +++ b/ANALYSIS/ANALYSIS/CMakeLists.txt @@ -47,7 +47,7 @@ generate_dictionary("${MODULE}" "${MODULE}LinkDef.h" "${HDRS}" "${incdirs}") # Generate the ROOT map # Dependecies -set(LIBDEPS STEERBase) +set(LIBDEPS STEERBase XMLParser) generate_rootmap("${MODULE}" "${LIBDEPS}" "${CMAKE_CURRENT_SOURCE_DIR}/${MODULE}LinkDef.h") diff --git a/ANALYSIS/ANALYSISalice/CMakeLists.txt b/ANALYSIS/ANALYSISalice/CMakeLists.txt index 0ea2127820f..697b1e7159c 100644 --- a/ANALYSIS/ANALYSISalice/CMakeLists.txt +++ b/ANALYSIS/ANALYSISalice/CMakeLists.txt @@ -89,7 +89,7 @@ generate_dictionary("${MODULE}" "${MODULE}LinkDef.h" "${HDRS}" "${incdirs}") # Generate the ROOT map # Dependecies -set(LIBDEPS ANALYSIS OADB AOD ESD STEERBase) +set(LIBDEPS ANALYSIS OADB AOD ESD STEERBase Net) generate_rootmap("${MODULE}" "${LIBDEPS}" "${CMAKE_CURRENT_SOURCE_DIR}/${MODULE}LinkDef.h") # Add a library to the project using the specified source files diff --git a/STAT/CMakeLists.txt b/STAT/CMakeLists.txt index 8b5c33fa4e3..9514f93e80a 100644 --- a/STAT/CMakeLists.txt +++ b/STAT/CMakeLists.txt @@ -44,7 +44,7 @@ generate_dictionary("${MODULE}" "${MODULE}LinkDef.h" "${HDRS}" "${incdirs}") # Generate the ROOT map # Dependecies -set(LIBDEPS STEERBase) +set(LIBDEPS STEERBase Graf) generate_rootmap("${MODULE}" "${LIBDEPS}" "${CMAKE_CURRENT_SOURCE_DIR}/${MODULE}LinkDef.h") # Add a library to the project using the specified source files