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
c21cdcfc
Commit
c21cdcfc
authored
3 years ago
by
Pierre-Alain Loizeau
Committed by
Pierre-Alain Loizeau
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix a missing dependency in PSD reco library
parent
e531beda
No related branches found
No related tags found
1 merge request
!415
Include all unpackers in the new /reco/steer/ based scheme
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
reco/detectors/psd/CMakeLists.txt
+11
-10
11 additions, 10 deletions
reco/detectors/psd/CMakeLists.txt
with
11 additions
and
10 deletions
reco/detectors/psd/CMakeLists.txt
+
11
−
10
View file @
c21cdcfc
set
(
INCLUDE_DIRECTORIES
set
(
INCLUDE_DIRECTORIES
${
CMAKE_CURRENT_SOURCE_DIR
}
${
CMAKE_CURRENT_SOURCE_DIR
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/unpack
${
CMAKE_CURRENT_SOURCE_DIR
}
/unpack
${
CMAKE_SOURCE_DIR
}
/core/detectors/psd
${
CMAKE_SOURCE_DIR
}
/core/detectors/psd
${
CBMBASE_DIR
}
${
CBMBASE_DIR
}
${
CBMDATA_DIR
}
${
CBMDATA_DIR
}
${
CBMDATA_DIR
}
/base
${
CBMDATA_DIR
}
/base
${
CBMDATA_DIR
}
/global
${
CBMDATA_DIR
}
/global
${
CBMDATA_DIR
}
/psd
${
CBMDATA_DIR
}
/psd
${
CBMDATA_DIR
}
/raw
${
CBMDATA_DIR
}
/raw
${
CBMROOT_SOURCE_DIR
}
/reco/base
${
CBMROOT_SOURCE_DIR
}
/reco/base
)
)
...
@@ -19,7 +19,7 @@ set(INCLUDE_DIRECTORIES
...
@@ -19,7 +19,7 @@ set(INCLUDE_DIRECTORIES
include_directories
(
${
INCLUDE_DIRECTORIES
}
)
include_directories
(
${
INCLUDE_DIRECTORIES
}
)
set
(
SYSTEM_INCLUDE_DIRECTORIES
set
(
SYSTEM_INCLUDE_DIRECTORIES
${
BASE_INCLUDE_DIRECTORIES
}
${
BASE_INCLUDE_DIRECTORIES
}
${
IPC_INCLUDE_DIRECTORY
}
# for fles infos for unpacker
${
IPC_INCLUDE_DIRECTORY
}
# for fles infos for unpacker
)
)
...
@@ -30,7 +30,7 @@ set(LINK_DIRECTORIES
...
@@ -30,7 +30,7 @@ set(LINK_DIRECTORIES
${
FAIRROOT_LIBRARY_DIR
}
${
FAIRROOT_LIBRARY_DIR
}
${
Boost_LIBRARY_DIRS
}
${
Boost_LIBRARY_DIRS
}
)
)
link_directories
(
${
LINK_DIRECTORIES
}
)
link_directories
(
${
LINK_DIRECTORIES
}
)
set
(
SRCS
set
(
SRCS
...
@@ -38,16 +38,17 @@ set(SRCS
...
@@ -38,16 +38,17 @@ set(SRCS
CbmPsdMCbmHitProducer.cxx
CbmPsdMCbmHitProducer.cxx
unpack/CbmPsdUnpackAlgo.cxx
unpack/CbmPsdUnpackAlgo.cxx
unpack/CbmPsdUnpackConfig.cxx
unpack/CbmPsdUnpackConfig.cxx
)
)
set
(
LINKDEF CbmPsdRecoLinkDef.h
)
set
(
LINKDEF CbmPsdRecoLinkDef.h
)
set
(
LIBRARY_NAME CbmPsdReco
)
set
(
LIBRARY_NAME CbmPsdReco
)
set
(
DEPENDENCIES
set
(
DEPENDENCIES
CbmData
CbmPsdBase
CbmBase
CbmData
Base
CbmBase
CbmRecoBase
Base
CbmRecoBase
)
)
GENERATE_LIBRARY
()
GENERATE_LIBRARY
()
...
...
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