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

'CMakeLists.txt' (EventPTCnv-00-00-04)

	* Tagging EventPTCnv-00-00-04.
	* cmt/requirements: Forgot installed_library pattern.

2015-09-15  scott snyder  <snyder@bnl.gov>

	* Tagging EventPTCnv-00-00-03.
	* cmt/requirements: Remove tpcnv_library.  This package doesn't
	have a TPCnv source.
parent 7cd8500d
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: EventPTCnv
################################################################################
# Declare the package name:
atlas_subdir( EventPTCnv )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Event/EventTPCnv )
# External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
# Component(s) in the package:
atlas_add_library( EventPTCnv
src/*.cxx
PUBLIC_HEADERS EventPTCnv
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES EventTPCnv
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} )
atlas_add_dictionary( EventPTCnvDict
EventPTCnv/EventPTCnvDict.h
EventPTCnv/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} EventTPCnv EventPTCnv )
......@@ -7,7 +7,8 @@ use AtlasPolicy AtlasPolicy-*
use EventTPCnv EventTPCnv-* Event
library EventPTCnv *.cxx
apply_pattern tpcnv_library
apply_pattern installed_library
#apply_pattern tpcnv_library
private
use AtlasReflex AtlasReflex-* External
......
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