Fork me on GitHub

Changeset ce4b888 in git for modules


Ignore:
Timestamp:
Jan 16, 2015, 4:39:17 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
5ed71ed
Parents:
554babf
Message:

add FastJetLinkDef.h to modules/CMakeLists.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CMakeLists.txt

    r554babf rce4b888  
    77file(GLOB sources *.cc)
    88file(GLOB headers *.h)
     9list(REMOVE_ITEM headers ${CMAKE_CURRENT_SOURCE_DIR}/FastJetLinkDef.h)
    910list(REMOVE_ITEM headers ${CMAKE_CURRENT_SOURCE_DIR}/ModulesLinkDef.h)
    1011list(REMOVE_ITEM headers ${CMAKE_CURRENT_SOURCE_DIR}/Pythia8LinkDef.h)
    1112
     13DELPHES_GENERATE_DICTIONARY(FastJetDict ${headers} LINKDEF FastJetLinkDef.h)
    1214DELPHES_GENERATE_DICTIONARY(ModulesDict ${headers} LINKDEF ModulesLinkDef.h)
    1315
     
    1517list(REMOVE_ITEM sources ${CMAKE_CURRENT_SOURCE_DIR}/PileUpMergerPythia8.cc)
    1618
    17 add_library(modules OBJECT ${sources} ModulesDict.cxx)
     19add_library(modules OBJECT ${sources} FastJetDict.cxx ModulesDict.cxx)
Note: See TracChangeset for help on using the changeset viewer.