Skip to content
Snippets Groups Projects

AthViews+TrigT1NSWSimTools: cmake fixes

Merged Scott Snyder requested to merge ssnyder/athena:cmake.AthViews-20200502 into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -31,7 +31,6 @@ atlas_add_library( AthViews
LINK_LIBRARIES ${TBB_LIBRARIES} AthenaBaseComps AthenaKernel StoreGateLib GaudiKernel CxxUtils AthLinks TrigSteeringEvent )
atlas_add_component( AthViewsAlgs
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${TBB_INCLUDE_DIRS}
LINK_LIBRARIES AthViews )
@@ -40,7 +39,7 @@ atlas_add_component( AthViewsDFlow
src_dflow/*.cxx
src_dflow/components/*.cxx
INCLUDE_DIRS ${TBB_INCLUDE_DIRS}
LINK_LIBRARIES AthViews )
LINK_LIBRARIES AthViews AthExHiveLib )
atlas_add_dictionary( AthViewsAlgsDict
AthViews/AthViewsWriteDict.h
Loading