Skip to content
Snippets Groups Projects
Commit 61115d93 authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (TagEvent-00-05-21)

	* Tagging TagEvent-00-05-21.
	* Comply with ATLAS naming conventions.
parent 8e4c97dd
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: TagEvent
################################################################################
# Declare the package name:
atlas_subdir( TagEvent )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/CLIDSvc
Control/SGTools
Database/AthenaPOOL/AthenaPoolUtilities )
# External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
# Component(s) in the package:
atlas_add_library( TagEvent
src/*.cxx
PUBLIC_HEADERS TagEvent
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES SGTools AthenaPoolUtilities
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} )
atlas_add_dictionary( TagEventDict
TagEvent/TagEventDict.h
TagEvent/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} SGTools AthenaPoolUtilities TagEvent )
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