Skip to content
Snippets Groups Projects
Commit 259318de authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

AthViews: cmake fixes

Library dependency fixes.

Don't build the same objects into multiple libraries.
parent 08ff978d
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,6 @@ atlas_add_library( AthViews ...@@ -31,7 +31,6 @@ atlas_add_library( AthViews
LINK_LIBRARIES ${TBB_LIBRARIES} AthenaBaseComps AthenaKernel StoreGateLib GaudiKernel CxxUtils AthLinks TrigSteeringEvent ) LINK_LIBRARIES ${TBB_LIBRARIES} AthenaBaseComps AthenaKernel StoreGateLib GaudiKernel CxxUtils AthLinks TrigSteeringEvent )
atlas_add_component( AthViewsAlgs atlas_add_component( AthViewsAlgs
src/*.cxx
src/components/*.cxx src/components/*.cxx
INCLUDE_DIRS ${TBB_INCLUDE_DIRS} INCLUDE_DIRS ${TBB_INCLUDE_DIRS}
LINK_LIBRARIES AthViews ) LINK_LIBRARIES AthViews )
...@@ -40,7 +39,7 @@ atlas_add_component( AthViewsDFlow ...@@ -40,7 +39,7 @@ atlas_add_component( AthViewsDFlow
src_dflow/*.cxx src_dflow/*.cxx
src_dflow/components/*.cxx src_dflow/components/*.cxx
INCLUDE_DIRS ${TBB_INCLUDE_DIRS} INCLUDE_DIRS ${TBB_INCLUDE_DIRS}
LINK_LIBRARIES AthViews ) LINK_LIBRARIES AthViews AthExHiveLib )
atlas_add_dictionary( AthViewsAlgsDict atlas_add_dictionary( AthViewsAlgsDict
AthViews/AthViewsWriteDict.h AthViews/AthViewsWriteDict.h
......
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