Fork me on GitHub

Changeset 49dc761 in git for classes


Ignore:
Timestamp:
Apr 7, 2021, 12:12:59 AM (4 years ago)
Author:
Valentin Volkl <valentin.volkl@…>
Branches:
master
Children:
0feae05
Parents:
08d82fe
git-author:
Roberto Preghenella <preghenella@…> (10/26/20 14:52:03)
git-committer:
Valentin Volkl <valentin.volkl@…> (04/07/21 00:12:59)
Message:

Fix relocation issues with header files in dictionary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/CMakeLists.txt

    r08d82fe r49dc761  
    1010
    1111DELPHES_GENERATE_DICTIONARY(ClassesDict
    12   ${CMAKE_CURRENT_SOURCE_DIR}/DelphesModule.h
    13   ${CMAKE_CURRENT_SOURCE_DIR}/DelphesFactory.h
    14   ${CMAKE_CURRENT_SOURCE_DIR}/SortableObject.h
    15   ${CMAKE_CURRENT_SOURCE_DIR}/DelphesClasses.h
     12  classes/DelphesModule.h
     13  classes/DelphesFactory.h
     14  classes/SortableObject.h
     15  classes/DelphesClasses.h
    1616  LINKDEF ClassesLinkDef.h
    1717)
Note: See TracChangeset for help on using the changeset viewer.