Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ip6
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container 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
EIC
detectors
ip6
Commits
1fd13d0d
Commit
1fd13d0d
authored
2 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
CMakeLists.txt: GLOB sources with CONFIGURE_DEPENDS
parent
0d8c2403
Branches
Branches containing commit
No related tags found
1 merge request
!111
CMakeLists.txt: GLOB sources with CONFIGURE_DEPENDS
Pipeline
#33419
passed
2 years ago
Stage: config
Stage: initialize
Stage: test
Stage: docs
Stage: collect
Stage: deploy
Pipeline: athena
#33423
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+5
-23
5 additions, 23 deletions
CMakeLists.txt
with
5 additions
and
23 deletions
CMakeLists.txt
+
5
−
23
View file @
1fd13d0d
...
...
@@ -41,34 +41,16 @@ else()
find_package
(
Acts REQUIRED COMPONENTS Core PluginIdentification PluginTGeo PluginDD4hep
)
set
(
ActsDD4hep ActsCore ActsPluginDD4hep
)
endif
()
find_package
(
fmt REQUIRED
)
#-----------------------------------------------------------------------------------
set
(
a_lib_name IP6
)
set
(
a_lib_name
${
PROJECT_NAME
}
)
dd4hep_configure_output
()
file
(
GLOB sources CONFIGURE_DEPENDS src/*.cpp
)
dd4hep_add_plugin
(
${
a_lib_name
}
SOURCES
src/B0Tracker_geo.cpp
src/B0Preshower_geo.cpp
src/BackwardsBeamPipe_geo.cpp
src/BackwardsCollimator.cpp
src/BackwardsLumiVac_geo.cpp
src/BackwardsTagWin_geo.cpp
src/BackwardsVacBox_geo.cpp
src/BackwardsVacDrift_geo.cpp
src/CylindricalDipoleMagnet_geo.cpp
src/DD4hep_GdmlDetector.cpp
src/ForwardRomanPot_geo.cpp
src/hadronDownstreamBeamPipe.cpp
src/IP6BeamPipe.cpp
src/magnetVacuumFF.cpp
src/OffMomentumTracker_geo.cpp
src/TaggerCalWSi_geo.cpp
src/TaggerTracker_geo.cpp
src/Timepix_geo.cpp
src/ZeroDegreeCalorimeterEcalWSciFi_geo.cpp
src/ZeroDegreeCalorimeterEcal_geo.cpp
src/ZeroDegreeCalorimeterSampling_geo.cpp
SOURCES
${
sources
}
USES
${
ActsDD4hep
}
ROOT::Core ROOT::Gdml
)
target_link_libraries
(
${
a_lib_name
}
...
...
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