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

'CMakeLists.txt' (ExoticsN2N-00-00-19)

	* cmt\requirements: use official CMT tags for ROOT link options
	* Tagged ExoticsN2N-00-00-19

2014-11-11  David Quarrie <David.Quarrie@cern.ch>
	* cmt/requirements
		Specify the required ROOT components for cmake (transparent to CMT)
	* Tagged as ExoticsN2N-00-00-18
parent 704820d8
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: ExoticsN2N
################################################################################
# Declare the package name:
atlas_subdir( ExoticsN2N )
# External dependencies:
find_package( ROOT COMPONENTS Hist Physics Tree Core MathCore RIO pthread MathMore Minuit Minuit2 Matrix HistPainter Rint Graf Graf3d Gpad Html Postscript Gui GX11TTF GX11 )
# tag ROOTCintexLibs was not recognized in automatic conversion in cmt2cmake
# Component(s) in the package:
atlas_add_executable( ExoticsMultiJetSkim
src/ExoticsMultiJetSkim.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} )
# Install files from the package:
atlas_install_python_modules( python/*.py )
atlas_install_joboptions( share/*.py )
......@@ -6,12 +6,17 @@ use AtlasPolicy AtlasPolicy-*
private
use AtlasROOT AtlasROOT-* External
# Specify the required ROOT components for cmake (transparent to CMT)
apply_pattern cmake_add_command command="find_package(ROOT COMPONENTS Hist Physics Tree)"
branches doc python share
apply_pattern declare_joboptions files="*.py"
apply_pattern declare_python_modules files="*.py"
apply_tag ROOTCintexLibs
apply_tag ROOTMathLibs
apply_tag ROOTGraphicsLibs
application ExoticsMultiJetSkim ../src/ExoticsMultiJetSkim.cxx
macro_append ExoticsMultiJetSkim_use_linkopts " -L$(ROOTSYS)/lib -lCintex -lCore -lCint -lHist -lGraf -lGraf3d -lGpad -lTree -lTreePlayer -lRint -lPostscript -lMatrix -lPhysics -lm -ldl -lpthread -rdynamic"
end_private
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