Skip to content

Commit

Permalink
build(main): Rename *LinkDef.h to LinkDef.h
Browse files Browse the repository at this point in the history
As there is only one LinkDef.h file in the directories for each
component, use a common name everywhere.

This changes this for the main components.

(cherry picked from commit 222ac9a)
  • Loading branch information
ChristianTackeGSI authored and karabowi committed Feb 3, 2023
1 parent ec643c9 commit 0cba033
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion alignment/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ target_link_libraries(${target}

fairroot_target_root_dictionary(${target}
HEADERS ${headers}
LINKDEF AlignmentLinkDef.h
LINKDEF LinkDef.h
EXTRA_INCLUDE_DIRS ${CMAKE_INSTALL_FULL_INCLUDEDIR}
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ endif()

fairroot_target_root_dictionary(${target}
HEADERS ${headers}
LINKDEF FairLinkDef.h
LINKDEF LinkDef.h
EXTRA_INCLUDE_DIRS ${CMAKE_INSTALL_FULL_INCLUDEDIR}
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion eventdisplay/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ target_link_libraries(${target}

fairroot_target_root_dictionary(${target}
HEADERS ${headers}
LINKDEF EventDisplayLinkDef.h
LINKDEF LinkDef.h
EXTRA_INCLUDE_DIRS ${CMAKE_INSTALL_FULL_INCLUDEDIR}
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion fairtools/MCConfigurator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ target_link_libraries(${target}

fairroot_target_root_dictionary(${target}
HEADERS ${headers}
LINKDEF MCConfiguratorLinkDef.h
LINKDEF LinkDef.h
EXTRA_INCLUDE_DIRS ${CMAKE_INSTALL_FULL_INCLUDEDIR}
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion geane/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ target_link_libraries(${target}

fairroot_target_root_dictionary(${target}
HEADERS ${headers}
LINKDEF GeaneLinkDef.h
LINKDEF LinkDef.h
EXTRA_INCLUDE_DIRS ${CMAKE_INSTALL_FULL_INCLUDEDIR}
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion geobase/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ target_link_libraries(${target}

fairroot_target_root_dictionary(${target}
HEADERS ${headers}
LINKDEF GeoBaseLinkDef.h
LINKDEF LinkDef.h
EXTRA_INCLUDE_DIRS ${CMAKE_INSTALL_FULL_INCLUDEDIR}
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion parbase/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ target_link_libraries(${target}

fairroot_target_root_dictionary(${target}
HEADERS ${headers}
LINKDEF ParBaseLinkDef.h
LINKDEF LinkDef.h
EXTRA_INCLUDE_DIRS ${CMAKE_INSTALL_FULL_INCLUDEDIR}
)

Expand Down
File renamed without changes.

0 comments on commit 0cba033

Please sign in to comment.