Skip to content

Commit

Permalink
CMakeLists shortened
Browse files Browse the repository at this point in the history
  • Loading branch information
saganatt committed Dec 11, 2024
1 parent bc2e450 commit a1ab9fb
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 72 deletions.
24 changes: 12 additions & 12 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,23 @@ include(AddRootDictionary)

# Main targets of the project in various subdirectories. Order matters.
add_subdirectory(Common)
add_subdirectory(ALICE3)
add_subdirectory(DPG)
#add_subdirectory(ALICE3)
#add_subdirectory(DPG)

add_subdirectory(PWGCF)
add_subdirectory(PWGDQ)
add_subdirectory(PWGEM)
#add_subdirectory(PWGCF)
#add_subdirectory(PWGDQ)
#add_subdirectory(PWGEM)
add_subdirectory(PWGHF)
add_subdirectory(PWGJE)
add_subdirectory(PWGLF)
add_subdirectory(PWGMM)
add_subdirectory(PWGUD)
#add_subdirectory(PWGJE)
#add_subdirectory(PWGLF)
#add_subdirectory(PWGMM)
#add_subdirectory(PWGUD)

add_subdirectory(Tools)
add_subdirectory(Tutorials)
add_subdirectory(EventFiltering)
#add_subdirectory(Tutorials)
#add_subdirectory(EventFiltering)

add_subdirectory(Scripts)
#add_subdirectory(Scripts)

# Testing and packaging only needed if we are the top level directory
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
Expand Down
10 changes: 5 additions & 5 deletions PWGHF/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

# add_subdirectory(Core)
# add_subdirectory(DataModel)
add_subdirectory(TableProducer)
add_subdirectory(Tasks)
#add_subdirectory(TableProducer)
#add_subdirectory(Tasks)
# add_subdirectory(ALICE3)
add_subdirectory(D2H)
#add_subdirectory(D2H)
add_subdirectory(HFC)
add_subdirectory(HFJ)
add_subdirectory(HFL)
#add_subdirectory(HFJ)
#add_subdirectory(HFL)
2 changes: 1 addition & 1 deletion PWGHF/HFC/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# or submit itself to any jurisdiction.

add_subdirectory(TableProducer)
add_subdirectory(Tasks)
#add_subdirectory(Tasks)
108 changes: 54 additions & 54 deletions PWGHF/HFC/TableProducer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,62 +9,62 @@
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

o2physics_add_dpl_workflow(correlator-d0-d0bar
SOURCES correlatorD0D0bar.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(correlator-d0-d0bar-barrel-full-pid
SOURCES correlatorD0D0barBarrelFullPid.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(correlator-d0-hadrons
SOURCES correlatorD0Hadrons.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(correlator-d-meson-pairs
SOURCES correlatorDMesonPairs.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(correlator-dplus-dminus
SOURCES correlatorDplusDminus.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(correlator-dplus-hadrons
SOURCES correlatorDplusHadrons.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(correlator-ds-hadrons
SOURCES correlatorDsHadrons.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)
#o2physics_add_dpl_workflow(correlator-d0-d0bar
# SOURCES correlatorD0D0bar.cxx
# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
# COMPONENT_NAME Analysis)
#
#o2physics_add_dpl_workflow(correlator-d0-d0bar-barrel-full-pid
# SOURCES correlatorD0D0barBarrelFullPid.cxx
# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
# COMPONENT_NAME Analysis)
#
#o2physics_add_dpl_workflow(correlator-d0-hadrons
# SOURCES correlatorD0Hadrons.cxx
# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
# COMPONENT_NAME Analysis)
#
#o2physics_add_dpl_workflow(correlator-d-meson-pairs
# SOURCES correlatorDMesonPairs.cxx
# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
# COMPONENT_NAME Analysis)
#
#o2physics_add_dpl_workflow(correlator-dplus-dminus
# SOURCES correlatorDplusDminus.cxx
# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
# COMPONENT_NAME Analysis)
#
#o2physics_add_dpl_workflow(correlator-dplus-hadrons
# SOURCES correlatorDplusHadrons.cxx
# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
# COMPONENT_NAME Analysis)
#
#o2physics_add_dpl_workflow(correlator-ds-hadrons
# SOURCES correlatorDsHadrons.cxx
# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
# COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(correlator-ds-hadrons-reduced
SOURCES correlatorDsHadronsReduced.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(correlator-dstar-hadrons
SOURCES correlatorDstarHadrons.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(correlator-hfe-hadrons
SOURCES correlatorHfeHadrons.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(correlator-lc-hadrons
SOURCES correlatorLcHadrons.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(femto-dream-producer
SOURCES femtoDreamProducer.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::EventFilteringUtils
COMPONENT_NAME Analysis)
#o2physics_add_dpl_workflow(correlator-dstar-hadrons
# SOURCES correlatorDstarHadrons.cxx
# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
# COMPONENT_NAME Analysis)
#
#o2physics_add_dpl_workflow(correlator-hfe-hadrons
# SOURCES correlatorHfeHadrons.cxx
# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
# COMPONENT_NAME Analysis)
#
#o2physics_add_dpl_workflow(correlator-lc-hadrons
# SOURCES correlatorLcHadrons.cxx
# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
# COMPONENT_NAME Analysis)
#
#o2physics_add_dpl_workflow(femto-dream-producer
# SOURCES femtoDreamProducer.cxx
# PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::EventFilteringUtils
# COMPONENT_NAME Analysis)

0 comments on commit a1ab9fb

Please sign in to comment.