Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mehulkumar Shiroya
cbmroot
Commits
c21cdcfc
Commit
c21cdcfc
authored
Jul 16, 2021
by
Pierre-Alain Loizeau
Committed by
Pierre-Alain Loizeau
Jul 22, 2021
Browse files
Fix a missing dependency in PSD reco library
parent
e531beda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
reco/detectors/psd/CMakeLists.txt
reco/detectors/psd/CMakeLists.txt
+11
-10
No files found.
reco/detectors/psd/CMakeLists.txt
View file @
c21cdcfc
set
(
INCLUDE_DIRECTORIES
${
CMAKE_CURRENT_SOURCE_DIR
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/unpack
${
CMAKE_SOURCE_DIR
}
/core/detectors/psd
${
CBMBASE_DIR
}
${
CBMDATA_DIR
}
${
CBMDATA_DIR
}
/base
${
CBMDATA_DIR
}
/global
${
CBMDATA_DIR
}
/psd
${
CBMDATA_DIR
}
/raw
${
CBMROOT_SOURCE_DIR
}
/reco/base
)
...
...
@@ -19,7 +19,7 @@ set(INCLUDE_DIRECTORIES
include_directories
(
${
INCLUDE_DIRECTORIES
}
)
set
(
SYSTEM_INCLUDE_DIRECTORIES
${
BASE_INCLUDE_DIRECTORIES
}
${
BASE_INCLUDE_DIRECTORIES
}
${
IPC_INCLUDE_DIRECTORY
}
# for fles infos for unpacker
)
...
...
@@ -30,7 +30,7 @@ set(LINK_DIRECTORIES
${
FAIRROOT_LIBRARY_DIR
}
${
Boost_LIBRARY_DIRS
}
)
link_directories
(
${
LINK_DIRECTORIES
}
)
set
(
SRCS
...
...
@@ -38,16 +38,17 @@ set(SRCS
CbmPsdMCbmHitProducer.cxx
unpack/CbmPsdUnpackAlgo.cxx
unpack/CbmPsdUnpackConfig.cxx
unpack/CbmPsdUnpackConfig.cxx
)
set
(
LINKDEF CbmPsdRecoLinkDef.h
)
set
(
LIBRARY_NAME CbmPsdReco
)
set
(
DEPENDENCIES
CbmData
CbmBase
Base
CbmRecoBase
CbmPsdBase
CbmData
CbmBase
Base
CbmRecoBase
)
GENERATE_LIBRARY
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment