Skip to content
Snippets Groups Projects
Commit 25e90d14 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'cmake.ForwardRegion_EventTPCnv-20201119' into 'master'

TrkAlignGenTools+ForwardRegion_EventTPCnv: cmake fix

See merge request atlas/athena!38408
parents 20b4464b e6713f62
No related tags found
No related merge requests found
......@@ -18,5 +18,4 @@ atlas_add_dictionary( ForwardRegion_EventTPCnvDict
atlas_add_test( SimulationHitCnv_p1_test
SOURCES
test/SimulationHitCnv_p1_test.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ForwardRegion_EventTPCnv GaudiKernel TestTools )
......@@ -12,7 +12,7 @@ find_package( ROOT COMPONENTS Graf Gpad Core Tree MathCore Hist RIO pthread Math
atlas_add_library( TrkAlignGenToolsLib
src/*.cxx
PUBLIC_HEADERS TrkAlignGenTools
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS}
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES ${CLHEP_LIBRARIES} ${ROOT_LIBRARIES} AthContainers AthenaBaseComps BeamSpotConditionsData EventPrimitives GaudiKernel GeoPrimitives InDetAlignGenToolsLib InDetTrackSelectionToolLib MuonRecToolInterfaces TrkAlignEvent TrkAlignInterfaces TrkEventPrimitives TrkFitterUtils TrkVertexFitterInterfaces VxVertex muonEvent xAODTracking
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment