Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Commits
2b4749d2
Commit
2b4749d2
authored
1 month ago
by
Pierre-Alain Loizeau
Browse files
Options
Downloads
Patches
Plain Diff
Add missing installation of header only files in core
parent
119d9884
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2067
Fix missing headers install
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/base/CMakeLists.txt
+2
-1
2 additions, 1 deletion
core/base/CMakeLists.txt
core/detectors/rich/CMakeLists.txt
+8
-7
8 additions, 7 deletions
core/detectors/rich/CMakeLists.txt
with
10 additions
and
8 deletions
core/base/CMakeLists.txt
+
2
−
1
View file @
2b4749d2
...
...
@@ -55,7 +55,8 @@ set(PRIVATE_DEPENDENCIES
generate_cbm_library
()
Install
(
FILES CbmDigitize.h CbmTrackingDetectorInterfaceBase.h report/CbmReportElement.h utils/CbmEnumArray.h
Install
(
FILES CbmDigitize.h CbmReadoutBuffer.h CbmTrackingDetectorInterfaceBase.h report/CbmReportElement.h
utils/CbmEnumArray.h
DESTINATION include
)
...
...
This diff is collapsed.
Click to expand it.
core/detectors/rich/CMakeLists.txt
+
8
−
7
View file @
2b4749d2
...
...
@@ -28,19 +28,19 @@ ENDIF (SSE_FOUND)
set
(
LIBRARY_NAME CbmRichBase
)
set
(
LINKDEF
${
LIBRARY_NAME
}
LinkDef.h
)
set
(
PUBLIC_DEPENDENCIES
set
(
PUBLIC_DEPENDENCIES
CbmData
FairRoot::Base
FairRoot::ParBase
ROOT::Core
ROOT::Core
CbmBase
ROOT::MathCore
ROOT::MathCore
)
set
(
PRIVATE_DEPENDENCIES
FairLogger::FairLogger
ROOT::EG
ROOT::Geom
set
(
PRIVATE_DEPENDENCIES
FairLogger::FairLogger
ROOT::EG
ROOT::Geom
ROOT::Hist
ROOT::RIO
ROOT::MLP
...
...
@@ -51,6 +51,7 @@ generate_cbm_library()
# Install file which has no corresponding source file
install
(
FILES
CbmRichPmtType.h
CbmRichRecGeoPar.h
DESTINATION include
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment