Skip to content

Commit

Permalink
install headers (AliceO2Group#5233)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalkin authored Mar 19, 2024
1 parent 2d7c9a1 commit 9dfdd8a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PWGMM/Mult/Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
# In applying this license CERN does not waive the privileges and immunities
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

add_subdirectory(include)
17 changes: 17 additions & 0 deletions PWGMM/Mult/Core/include/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 2019-2020 CERN and copyright holders of ALICE O2.
# See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
# All rights not expressly granted are reserved.
#
# This software is distributed under the terms of the GNU General Public
# License v3 (GPL Version 3), copied verbatim in the file "COPYING".
#
# In applying this license CERN does not waive the privileges and immunities
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

o2physics_add_header_only_library(MultCore
HEADERS Axes.h
Functions.h
Histograms.h
Selections.h)

0 comments on commit 9dfdd8a

Please sign in to comment.