Skip to content

Commit a0a4de1

Browse files
build(examples/common): Rename *LinkDef.h to LinkDef.h
See: 222ac9a
1 parent b620a30 commit a0a4de1

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/common/eventdisplay/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Copyright (C) 2014-2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
2+
# Copyright (C) 2014-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
33
# #
44
# This software is distributed under the terms of the #
55
# GNU Lesser General Public Licence (LGPL) version 3, #
@@ -44,7 +44,7 @@ target_link_libraries(${target}
4444

4545
fairroot_target_root_dictionary(${target}
4646
HEADERS ${headers}
47-
LINKDEF EventDisplayExampleLinkDef.h
47+
LINKDEF LinkDef.h
4848
EXTRA_INCLUDE_DIRS ${CMAKE_INSTALL_FULL_INCLUDEDIR}
4949
)
5050

examples/common/gconfig/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Copyright (C) 2014-2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
2+
# Copyright (C) 2014-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
33
# #
44
# This software is distributed under the terms of the #
55
# GNU Lesser General Public Licence (LGPL) version 3, #
@@ -35,7 +35,7 @@ target_link_libraries(${target} PUBLIC
3535

3636
fairroot_target_root_dictionary(${target}
3737
HEADERS ${headers}
38-
LINKDEF GConfigLinkDef.h
38+
LINKDEF LinkDef.h
3939
EXTRA_INCLUDE_DIRS ${CMAKE_INSTALL_FULL_INCLUDEDIR}
4040
)
4141

File renamed without changes.

examples/common/mcstack/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Copyright (C) 2014-2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
2+
# Copyright (C) 2014-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
33
# #
44
# This software is distributed under the terms of the #
55
# GNU Lesser General Public Licence (LGPL) version 3, #
@@ -45,7 +45,7 @@ target_link_libraries(${target}
4545

4646
fairroot_target_root_dictionary(${target}
4747
HEADERS ${headers}
48-
LINKDEF MCStackLinkDef.h
48+
LINKDEF LinkDef.h
4949
EXTRA_INCLUDE_DIRS ${CMAKE_INSTALL_FULL_INCLUDEDIR}
5050
)
5151

File renamed without changes.

examples/common/passive/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Copyright (C) 2014-2019 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
2+
# Copyright (C) 2014-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH #
33
# #
44
# This software is distributed under the terms of the #
55
# GNU Lesser General Public Licence (LGPL) version 3, #
@@ -45,7 +45,7 @@ target_link_libraries(${target}
4545

4646
fairroot_target_root_dictionary(${target}
4747
HEADERS ${headers}
48-
LINKDEF PassiveLinkDef.h
48+
LINKDEF LinkDef.h
4949
EXTRA_INCLUDE_DIRS ${CMAKE_INSTALL_FULL_INCLUDEDIR}
5050
)
5151

File renamed without changes.

0 commit comments

Comments
 (0)