Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/ExRootAnalysis/CMakeLists.txt

    r9259bfe r0f5bf9d  
    1212add_library(ExRootAnalysis OBJECT ${sources} ExRootAnalysisDict.cxx)
    1313
    14 # install headers
    15 install(FILES ${headers} DESTINATION include/ExRootAnalysis)
     14# install headers needed by public Delphes headers to include/
     15install(FILES ExRootTask.h ExRootConfReader.h ExRootTreeWriter.h ExRootTreeBranch.h
     16        DESTINATION include/ExRootAnalysis)
     17
     18# install all LinkDef files into the same folder to ease user environment
     19install(FILES ExRootAnalysisLinkDef.h DESTINATION include)
    1620
    1721# install pcms if they are created
Note: See TracChangeset for help on using the changeset viewer.