Skip to content
Snippets Groups Projects
Commit 558c5f61 authored by Tomas Dado's avatar Tomas Dado
Browse files

CMakeLists cleanup

parent 50b06310
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 73 deletions
# Auto-generated on: 2017-03-09 17:44:33.125987
# Declare the name of this package: # Declare the name of this package:
atlas_subdir( TopDataPreparation None ) atlas_subdir( TopDataPreparation )
# This package uses ROOT: # This package uses ROOT:
find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf ) find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf )
......
# Auto-generated on: 2017-03-08 14:47:33.629640
# Declare the name of this package: # Declare the name of this package:
atlas_subdir( TopAnalysis None ) atlas_subdir( TopAnalysis )
# This package depends on other packages: # This package depends on other packages:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
...@@ -34,9 +32,6 @@ atlas_depends_on_subdirs( PUBLIC ...@@ -34,9 +32,6 @@ atlas_depends_on_subdirs( PUBLIC
# This package uses ROOT: # This package uses ROOT:
find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf ) find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf )
# Custom definitions needed for this package:
add_definitions( -g )
# Generate a CINT dictionary source file: # Generate a CINT dictionary source file:
atlas_add_root_dictionary( TopAnalysis _cintDictSource atlas_add_root_dictionary( TopAnalysis _cintDictSource
ROOT_HEADERS Root/LinkDef.h ROOT_HEADERS Root/LinkDef.h
......
# Auto-generated on: 2017-03-08 14:47:34.346308
# Declare the name of this package: # Declare the name of this package:
atlas_subdir( TopCPTools None ) atlas_subdir( TopCPTools )
# This package depends on other packages: # This package depends on other packages:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
...@@ -59,9 +57,6 @@ atlas_depends_on_subdirs( PUBLIC ...@@ -59,9 +57,6 @@ atlas_depends_on_subdirs( PUBLIC
# This package uses ROOT: # This package uses ROOT:
find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf ) find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf )
# Custom definitions needed for this package:
add_definitions( -g -std=c++14 )
# Build a library that other components can link against: # Build a library that other components can link against:
atlas_add_library( TopCPTools Root/*.cxx Root/*.h Root/*.icc atlas_add_library( TopCPTools Root/*.cxx Root/*.h Root/*.icc
TopCPTools/*.h TopCPTools/*.icc TopCPTools/*/*.h TopCPTools/*.h TopCPTools/*.icc TopCPTools/*/*.h
......
# Auto-generated on: 2017-03-08 14:47:35.608258
# Declare the name of this package: # Declare the name of this package:
atlas_subdir( TopConfiguration None ) atlas_subdir( TopConfiguration )
# This package depends on other packages: # This package depends on other packages:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
......
# Auto-generated on: 2017-03-08 14:47:35.652165
# Declare the name of this package: # Declare the name of this package:
atlas_subdir( TopCorrections None ) atlas_subdir( TopCorrections )
# This package depends on other packages: # This package depends on other packages:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
...@@ -26,9 +24,6 @@ find_package( Lhapdf ) ...@@ -26,9 +24,6 @@ find_package( Lhapdf )
# This package uses ROOT: # This package uses ROOT:
find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf ) find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf )
# Custom definitions needed for this package:
add_definitions( -g -std=c++14 )
# Add a ROOT dictionary # Add a ROOT dictionary
atlas_add_root_dictionary( TopCorrections _cintDictSource atlas_add_root_dictionary( TopCorrections _cintDictSource
ROOT_HEADERS Root/LinkDef.h ROOT_HEADERS Root/LinkDef.h
......
# Auto-generated on: 2017-03-08 14:47:36.020351
# Declare the name of this package: # Declare the name of this package:
atlas_subdir( TopEvent None ) atlas_subdir( TopEvent )
# This package depends on other packages: # This package depends on other packages:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
......
# Auto-generated on: 2017-03-08 14:47:36.489231
# Declare the name of this package: # Declare the name of this package:
atlas_subdir( TopEventReconstructionTools None ) atlas_subdir( TopEventReconstructionTools )
# This package depends on other packages: # This package depends on other packages:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
......
# Auto-generated on: 2017-03-08 14:47:36.708684
# Declare the name of this package: # Declare the name of this package:
atlas_subdir( TopEventSelectionTools None ) atlas_subdir( TopEventSelectionTools )
# This package depends on other packages: # This package depends on other packages:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
...@@ -17,9 +15,6 @@ atlas_depends_on_subdirs( PUBLIC ...@@ -17,9 +15,6 @@ atlas_depends_on_subdirs( PUBLIC
# This package uses ROOT: # This package uses ROOT:
find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf ) find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf )
# Custom definitions needed for this package:
add_definitions( -g )
# Generate a CINT dictionary source file: # Generate a CINT dictionary source file:
atlas_add_root_dictionary( TopEventSelectionTools _cintDictSource atlas_add_root_dictionary( TopEventSelectionTools _cintDictSource
ROOT_HEADERS Root/LinkDef.h ROOT_HEADERS Root/LinkDef.h
......
# Auto-generated on: 2017-03-08 14:47:36.923782
# Declare the name of this package: # Declare the name of this package:
atlas_subdir( TopExamples None ) atlas_subdir( TopExamples )
# This package depends on other packages: # This package depends on other packages:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
...@@ -20,10 +18,6 @@ atlas_depends_on_subdirs( PUBLIC ...@@ -20,10 +18,6 @@ atlas_depends_on_subdirs( PUBLIC
# This package uses ROOT: # This package uses ROOT:
find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO Math MathMore MathCore Graf Physics ) find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO Math MathMore MathCore Graf Physics )
# Custom definitions needed for this package:
add_definitions( -g )
# Build a library that other components can link against: # Build a library that other components can link against:
atlas_add_library( TopExamples Root/*.cxx Root/*.h Root/*.icc atlas_add_library( TopExamples Root/*.cxx Root/*.h Root/*.icc
TopExamples/*.h TopExamples/*.icc TopExamples/*/*.h TopExamples/*.h TopExamples/*.icc TopExamples/*/*.h
......
# Auto-generated on: 2017-03-08 14:47:37.639679
# Declare the name of this package: # Declare the name of this package:
atlas_subdir( TopJetSubstructure None ) atlas_subdir( TopJetSubstructure )
# This package depends on other packages: # This package depends on other packages:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
...@@ -24,9 +22,6 @@ find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf ) ...@@ -24,9 +22,6 @@ find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf )
find_package( FastJet ) find_package( FastJet )
find_package( FastJetContrib ) find_package( FastJetContrib )
# Custom definitions needed for this package:
add_definitions( -g )
# Build a library that other components can link against: # Build a library that other components can link against:
atlas_add_library( TopJetSubstructure Root/*.cxx Root/*.h Root/*.icc atlas_add_library( TopJetSubstructure Root/*.cxx Root/*.h Root/*.icc
TopJetSubstructure/*.h TopJetSubstructure/*.icc TopJetSubstructure/*/*.h TopJetSubstructure/*.h TopJetSubstructure/*.icc TopJetSubstructure/*/*.h
......
# Auto-generated on: 2017-03-08 14:47:37.990954
# Declare the name of this package: # Declare the name of this package:
atlas_subdir( TopObjectSelectionTools None ) atlas_subdir( TopObjectSelectionTools )
# This package depends on other packages: # This package depends on other packages:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
...@@ -40,9 +38,6 @@ atlas_depends_on_subdirs( PUBLIC ...@@ -40,9 +38,6 @@ atlas_depends_on_subdirs( PUBLIC
# This package uses ROOT: # This package uses ROOT:
find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf ) find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf )
# Custom definitions needed for this package:
add_definitions( -g )
# Generate a CINT dictionary source file: # Generate a CINT dictionary source file:
atlas_add_root_dictionary( TopObjectSelectionTools _cintDictSource atlas_add_root_dictionary( TopObjectSelectionTools _cintDictSource
ROOT_HEADERS Root/LinkDef.h ROOT_HEADERS Root/LinkDef.h
......
# Auto-generated on: 2017-03-08 14:47:38.688787
# Declare the name of this package: # Declare the name of this package:
atlas_subdir( TopParticleLevel None ) atlas_subdir( TopParticleLevel )
# This package depends on other packages: # This package depends on other packages:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
...@@ -30,9 +28,6 @@ find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf ) ...@@ -30,9 +28,6 @@ find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf )
find_package( FastJet COMPONENTS fastjetplugins fastjettools ) find_package( FastJet COMPONENTS fastjetplugins fastjettools )
find_package( FastJetContrib COMPONENTS EnergyCorrelator Nsubjettiness ) find_package( FastJetContrib COMPONENTS EnergyCorrelator Nsubjettiness )
# Custom definitions needed for this package:
add_definitions( -g )
# Build a library that other components can link against: # Build a library that other components can link against:
atlas_add_library( TopParticleLevel Root/*.cxx Root/*.h Root/*.icc atlas_add_library( TopParticleLevel Root/*.cxx Root/*.h Root/*.icc
TopParticleLevel/*.h TopParticleLevel/*.icc TopParticleLevel/*/*.h TopParticleLevel/*.h TopParticleLevel/*.icc TopParticleLevel/*/*.h
......
# Auto-generated on: 2017-03-08 14:47:38.930377
# Declare the name of this package: # Declare the name of this package:
atlas_subdir( TopPartons None ) atlas_subdir( TopPartons )
# This package depends on other packages: # This package depends on other packages:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
...@@ -15,9 +13,6 @@ atlas_depends_on_subdirs( PUBLIC ...@@ -15,9 +13,6 @@ atlas_depends_on_subdirs( PUBLIC
# This package uses ROOT: # This package uses ROOT:
find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore TMVA Graf ) find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore TMVA Graf )
# Custom definitions needed for this package:
add_definitions( -g )
# Generate a CINT dictionary source file: # Generate a CINT dictionary source file:
atlas_add_root_dictionary( TopPartons _cintDictSource atlas_add_root_dictionary( TopPartons _cintDictSource
ROOT_HEADERS Root/LinkDef.h ROOT_HEADERS Root/LinkDef.h
......
# Auto-generated on: 2017-03-08 14:47:39.125284
# Declare the name of this package: # Declare the name of this package:
atlas_subdir( TopSystematicObjectMaker None ) atlas_subdir( TopSystematicObjectMaker )
# This package depends on other packages: # This package depends on other packages:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
...@@ -38,9 +36,6 @@ atlas_depends_on_subdirs( PUBLIC ...@@ -38,9 +36,6 @@ atlas_depends_on_subdirs( PUBLIC
# This package uses ROOT: # This package uses ROOT:
find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf ) find_package( ROOT REQUIRED COMPONENTS Core Gpad Tree Hist RIO MathCore Graf )
# Custom definitions needed for this package:
add_definitions( -g )
# Build a library that other components can link against: # Build a library that other components can link against:
atlas_add_library( TopSystematicObjectMaker Root/*.cxx Root/*.h Root/*.icc atlas_add_library( TopSystematicObjectMaker Root/*.cxx Root/*.h Root/*.icc
TopSystematicObjectMaker/*.h TopSystematicObjectMaker/*.icc TopSystematicObjectMaker/*/*.h TopSystematicObjectMaker/*.h TopSystematicObjectMaker/*.icc TopSystematicObjectMaker/*/*.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