Skip to content

Commit 37e1061

Browse files
committed
DPL: fix missing includes
1 parent 7678783 commit 37e1061

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Framework/PhysicsSupport/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
# In applying this license CERN does not waive the privileges and immunities
99
# granted to it by virtue of its status as an Intergovernmental Organization
1010
# or submit itself to any jurisdiction.
11+
install(DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/include/Framework
12+
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
13+
1114
o2_add_library(FrameworkPhysicsSupport
1215
SOURCES src/Plugin.cxx
1316
PRIVATE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/src

0 commit comments

Comments
 (0)