Skip to content
Snippets Groups Projects
Commit 4b9bdfb2 authored by Dmitry Popov's avatar Dmitry Popov
Browse files

Added TBB to linking for LCG92

parent 81a80df7
Branches
No related tags found
No related merge requests found
......@@ -5,9 +5,9 @@ gaudi_depends_on_subdirs(LHCbG4PhysLists)
find_package(CLHEP REQUIRED)
find_package(ROOT COMPONENTS Hist Gpad RIO)
find_package(TBB)
include_directories(SYSTEM ${CMAKE_INSTALL_PREFIX}/include ${CLHEP_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS})
#include_directories(${CMAKE_INSTALL_PREFIX}/include)
link_directories(${CMAKE_INSTALL_PREFIX}/lib)
set(Geant4_LIBRARIES
......@@ -23,7 +23,7 @@ set(Geant4_LIBRARIES
gaudi_add_executable(G4MScInThinLayerTest
G4MScInThinLayerTest.cc src/*.cc
INCLUDE_DIRS include CLHEP ROOT
LINK_LIBRARIES ${Geant4_LIBRARIES} CLHEP ROOT G4LHCblists)
LINK_LIBRARIES ${Geant4_LIBRARIES} CLHEP ROOT TBB G4LHCblists)
add_dependencies(G4MScInThinLayerTest Geant4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment