Fork me on GitHub

Changeset 49dc761 in git for external/ExRootAnalysis


Ignore:
Timestamp:
Apr 7, 2021, 12:12:59 AM (3 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
  • external/ExRootAnalysis/CMakeLists.txt

    r08d82fe r49dc761  
    66file(GLOB sources *.cc)
    77file(GLOB headers *.h)
     8
    89list(REMOVE_ITEM headers ${CMAKE_CURRENT_SOURCE_DIR}/ExRootAnalysisLinkDef.h)
    910
    10 DELPHES_GENERATE_DICTIONARY(ExRootAnalysisDict ${headers} LINKDEF ExRootAnalysisLinkDef.h)
     11DELPHES_GENERATE_DICTIONARY(ExRootAnalysisDict
     12  ExRootAnalysis/ExRootClassifier.h
     13  ExRootAnalysis/ExRootConfReader.h
     14  ExRootAnalysis/ExRootFilter.h
     15  ExRootAnalysis/ExRootProgressBar.h
     16  ExRootAnalysis/ExRootResult.h
     17  ExRootAnalysis/ExRootTask.h
     18  ExRootAnalysis/ExRootTreeBranch.h
     19  ExRootAnalysis/ExRootTreeReader.h
     20  ExRootAnalysis/ExRootTreeWriter.h
     21  ExRootAnalysis/ExRootUtilities.h
     22  LINKDEF ExRootAnalysisLinkDef.h)
    1123
    1224add_library(ExRootAnalysis OBJECT ${sources} ExRootAnalysisDict.cxx)
Note: See TracChangeset for help on using the changeset viewer.