Fork me on GitHub

Changeset 7d83636 in git for external


Ignore:
Timestamp:
Jan 27, 2017, 10:56:41 AM (8 years ago)
Author:
JP-Ellis <josh@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
95b3531
Parents:
5e728c7
git-author:
JP-Ellis <josh@…> (01/27/17 10:04:35)
git-committer:
JP-Ellis <josh@…> (01/27/17 10:56:41)
Message:

Include all ExRootAnalysis headers

When the headers are installed by make install, they are all installed in:
`
$INSTALL_PREFIX/include/ExRootAnalysis
`

In addition, one include directive has been fixed as per instructions in the
pull request.

Signed-off-by: JP-Ellis <josh@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/ExRootAnalysis/CMakeLists.txt

    r5e728c7 r7d83636  
    1313
    1414# install headers needed by public Delphes headers to include/
    15 install(FILES ExRootTask.h ExRootConfReader.h ExRootTreeWriter.h ExRootTreeBranch.h
    16         DESTINATION include/ExRootAnalysis)
     15install(FILES
     16  ExRootClassifier.h
     17  ExRootConfReader.h
     18  ExRootFilter.h
     19  ExRootProgressBar.h
     20  ExRootResult.h
     21  ExRootTask.h
     22  ExRootTreeBranch.h
     23  ExRootTreeReader.h
     24  ExRootTreeWriter.h
     25  ExRootUtilities.h
     26  DESTINATION include/ExRootAnalysis)
    1727
    1828# install all LinkDef files into the same folder to ease user environment
Note: See TracChangeset for help on using the changeset viewer.