Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(main): Rename *LinkDef.h to LinkDef.h #640

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TimeDet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TimeDetHit.cxx
TimeDet.cxx
)

Set(LINKDEF TimeDetLinkDef.h)
Set(LINKDEF LinkDef.h)
Set(LIBRARY_NAME TimeDet)
Set(DEPENDENCIES
Base ShipData FairLogger::FairLogger
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion UpstreamTagger/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ UpstreamTaggerHit.cxx
)

Set(HEADERS )
Set(LINKDEF UpstreamTaggerLinkDef.h)
Set(LINKDEF LinkDef.h)
Set(LIBRARY_NAME UpstreamTagger)
Set(DEPENDENCIES
Base ShipData FairLogger::FairLogger
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ecal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ecalReco.cxx
ecalMatch.cxx
)

Set(LINKDEF ecalLinkDef.h)
Set(LINKDEF LinkDef.h)
Set(LIBRARY_NAME ecal)
Set(DEPENDENCIES
Base ShipData FairLogger::FairLogger
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion field/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ShipGoliathField.cxx
FairShipFields.cxx
)

set(LINKDEF FieldLinkDef.h)
set(LINKDEF LinkDef.h)
Set(LIBRARY_NAME ShipField)
Set(DEPENDENCIES
Base
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion hcal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ hcalStructureFiller.cxx
hcalAnalysisSimple.cxx
)

Set(LINKDEF hcalLinkDef.h)
Set(LINKDEF LinkDef.h)
Set(LIBRARY_NAME hcal)
Set(DEPENDENCIES
Base ShipData FairLogger::FairLogger
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion muon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ muonPoint.cxx
muonHit.cxx
)

Set(LINKDEF muonLinkDef.h)
Set(LINKDEF LinkDef.h)
Set(LIBRARY_NAME muon)
Set(DEPENDENCIES
Base ShipData FairLogger::FairLogger
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion muonShieldOptimization/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ simpleTarget.cxx
)

Set(HEADERS )
Set(LINKDEF muonShieldBackgroundLinkDef.h)
Set(LINKDEF LinkDef.h)
Set(LIBRARY_NAME ShipMuonShieldBackground)
set(DEPENDENCIES Base GeoBase ParBase Geom Core FairLogger::FairLogger)

Expand Down
2 changes: 1 addition & 1 deletion nutaudet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ TTPoint.cxx
)

Set(HEADERS )
Set(LINKDEF nutaudetLinkDef.h)
Set(LINKDEF LinkDef.h)
Set(LIBRARY_NAME nutaudet)
set(DEPENDENCIES Base ShipData GeoBase ParBase Geom Core FairLogger::FairLogger)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion passive/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ShipGoliath.cxx
)

Set(HEADERS )
Set(LINKDEF PassiveLinkDef.h)
Set(LINKDEF LinkDef.h)
Set(LIBRARY_NAME ShipPassive)
set(DEPENDENCIES Base GeoBase ParBase Geom Core FairLogger::FairLogger)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pid/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set(SRCS
pid.cxx
)

Set(LINKDEF pidLinkDef.h)
Set(LINKDEF LinkDef.h)
Set(LIBRARY_NAME pid)
Set(DEPENDENCIES
Base ShipData
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion shipdata/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ TrackInfo.cxx
)

Set(HEADERS )
Set(LINKDEF MCStackLinkDef.h)
Set(LINKDEF LinkDef.h)
Set(LIBRARY_NAME ShipData)
set(DEPENDENCIES Base EG Physics Core genfit2 FairLogger::FairLogger)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion shipgen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ FixedTargetGenerator.cxx
EvtCalcGenerator.cxx
)

set(LINKDEF GenLinkDef.h)
set(LINKDEF LinkDef.h)
set(LIBRARY_NAME ShipGen)

set(DEPENDENCIES Base ShipData EvtGen EvtGenExternal FairLogger::FairLogger)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion splitcal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ splitcalHit.cxx
splitcalCluster.cxx
)

Set(LINKDEF splitcalLinkDef.h)
Set(LINKDEF LinkDef.h)
Set(LIBRARY_NAME splitcal)
Set(DEPENDENCIES
Base ShipData FairLogger::FairLogger
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion strawtubes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ strawtubesHit.cxx
Tracklet.cxx
)

Set(LINKDEF strawtubesLinkDef.h)
Set(LINKDEF LinkDef.h)
Set(LIBRARY_NAME strawtubes)
Set(DEPENDENCIES
Base ShipData FairLogger::FairLogger
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion veto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ vetoHit.cxx
vetoHitOnTrack.cxx
)

Set(LINKDEF vetoLinkDef.h)
Set(LINKDEF LinkDef.h)
Set(LIBRARY_NAME veto)
Set(DEPENDENCIES
Base ShipData FairLogger::FairLogger
Expand Down
File renamed without changes.
Loading