Skip to content
Snippets Groups Projects
Commit 54280e04 authored by Will Buttinger's avatar Will Buttinger Committed by Graeme Stewart
Browse files

'dictionary for AthanalysisBase' (TrigConfL1Data-02-00-62)

	* Get reflex dictionary in AthAnalysisBase
	* Tagging as TrigConfL1Data-02-00-62


Former-commit-id: 39765884
parent eb9bc7fd
No related branches found
No related tags found
No related merge requests found
# $Id: CMakeLists.txt 740755 2016-04-16 06:04:36Z krasznaa $
# $Id: CMakeLists.txt 766241 2016-08-03 14:05:18Z will $
################################################################################
# Package: TrigConfL1Data
################################################################################
......@@ -20,3 +20,5 @@ atlas_add_library( TrigConfL1Data
INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES}
PRIVATE_LINK_LIBRARIES TrigConfBase )
#FIXME: Library for AthAnalysisBase??
......@@ -25,3 +25,20 @@ apply_pattern detcommon_ignores
# link header files into InstallArea, and include the corresponding
# directory in the compiler options
apply_pattern detcommon_header_installer
private
macro use_1 "" AthAnalysisBase "AtlasPolicy AtlasPolicy-*"
macro use_2 "" AthAnalysisBase "AtlasROOT AtlasROOT-* External"
macro use_3 "" AthAnalysisBase "AtlasBoost AtlasBoost-* External"
macro use_4 "" AthAnalysisBase "AtlasReflex AtlasReflex-* External"
macro patt_1 "dummy" AthAnalysisBase "lcgdict"
end_private
use $(use_1)
private
use $(use_2)
use $(use_3)
use $(use_4)
apply_pattern $(patt_1) dict=TrigConfL1Data selectionfile=selection.xml headerfiles="../TrigConfL1Data/TrigConfL1DataDict.h"
\ No newline at end of file
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