Skip to content
Snippets Groups Projects
Commit 18700769 authored by Eduardo Rodrigues's avatar Eduardo Rodrigues
Browse files

Revert "Merge branch 'AddRichVcDependencies' into 'master'"

This reverts merge request !195
parent 3423f874
No related branches found
No related tags found
No related merge requests found
......@@ -5,17 +5,13 @@ gaudi_subdir(DecayTreeTupleReco)
gaudi_depends_on_subdirs(Phys/DecayTreeTupleBase
Hlt/HltDAQ
Rich/RichUtils
Event/HltEvent
)
find_package(Boost)
find_package(ROOT)
find_package(Vc)
include_directories(SYSTEM ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
${Vc_INCLUDE_DIR})
include_directories(SYSTEM ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS})
gaudi_add_module(DecayTreeTupleReco
src/*.cpp
LINK_LIBRARIES DecayTreeTupleBaseLib HltEvent RichUtils)
LINK_LIBRARIES DecayTreeTupleBaseLib HltEvent)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment