Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Li Zhihao
CEPCSW
Commits
bff7ef5b
Commit
bff7ef5b
authored
4 years ago
by
lintao@ihep.ac.cn
Browse files
Options
Downloads
Patches
Plain Diff
Migrate Detector.
parent
c680a97a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Detector/DetCEPCv4/CMakeLists.txt
+13
-2
13 additions, 2 deletions
Detector/DetCEPCv4/CMakeLists.txt
Detector/DetEcalMatrix/CMakeLists.txt
+7
-2
7 additions, 2 deletions
Detector/DetEcalMatrix/CMakeLists.txt
Detector/GeoSvc/CMakeLists.txt
+8
-2
8 additions, 2 deletions
Detector/GeoSvc/CMakeLists.txt
with
28 additions
and
6 deletions
Detector/DetCEPCv4/CMakeLists.txt
+
13
−
2
View file @
bff7ef5b
...
...
@@ -9,6 +9,7 @@ gaudi_depends_on_subdirs(GaudiKernel)
find_package
(
DD4hep COMPONENTS DDRec DDG4 DDParsers REQUIRED
)
# find_package(DD4hep)
find_package
(
Geant4
)
include
(
${
Geant4_USE_FILE
}
)
...
...
@@ -31,8 +32,18 @@ set(DetCEPCv4_src
gaudi_add_module
(
DetCEPCv4
${
DetCEPCv4_src
}
INCLUDE_DIRS DD4hep ROOT Geant4 src/include
LINK_LIBRARIES GaudiKernel DD4hep
${
DD4hep_COMPONENT_LIBRARIES
}
ROOT Geant4
)
INCLUDE_DIRS
# DD4hep
# ROOT
# Geant4
src/include
LINK_LIBRARIES
# GaudiKernel
DD4hep
${
DD4hep_COMPONENT_LIBRARIES
}
# ROOT
# Geant4
)
set
(
LIBRARY_OUTPUT_PATH
${
CMAKE_LIBRARY_OUTPUT_DIRECTORY
}
)
message
(
STATUS
"LIBRARY_OUTPUT_PATH ->
${
LIBRARY_OUTPUT_PATH
}
"
)
...
...
This diff is collapsed.
Click to expand it.
Detector/DetEcalMatrix/CMakeLists.txt
+
7
−
2
View file @
bff7ef5b
...
...
@@ -24,8 +24,13 @@ set(DetEcalMatrix_src
gaudi_add_module
(
DetEcalMatrix
${
DetEcalMatrix_src
}
INCLUDE_DIRS DD4hep ROOT Geant4 src/include
LINK_LIBRARIES GaudiKernel DD4hep
${
DD4hep_COMPONENT_LIBRARIES
}
ROOT Geant4
)
INCLUDE_DIRS
# DD4hep ROOT Geant4 src/include
LINK_LIBRARIES
# GaudiKernel
DD4hep
${
DD4hep_COMPONENT_LIBRARIES
}
# ROOT Geant4
)
set
(
LIBRARY_OUTPUT_PATH
${
CMAKE_LIBRARY_OUTPUT_DIRECTORY
}
)
message
(
STATUS
"LIBRARY_OUTPUT_PATH ->
${
LIBRARY_OUTPUT_PATH
}
"
)
...
...
This diff is collapsed.
Click to expand it.
Detector/GeoSvc/CMakeLists.txt
+
8
−
2
View file @
bff7ef5b
...
...
@@ -18,7 +18,13 @@ find_package(DD4hep COMPONENTS DDG4 DDRec REQUIRED)
gaudi_add_module
(
GeoSvc
src/GeoSvc.cpp
INCLUDE_DIRS
DetInterface DD4hep GaudiKernel ROOT
# DetInterface
# DD4hep
# GaudiKernel
# ROOT
LINK_LIBRARIES
DD4hep
${
DD4hep_COMPONENT_LIBRARIES
}
GaudiKernel ROOT
DD4hep
${
DD4hep_COMPONENT_LIBRARIES
}
GaudiKernel
# ROOT
)
\ No newline at end of file
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