Fork me on GitHub

Changeset 66b8143 in git for external


Ignore:
Timestamp:
Feb 13, 2017, 11:18:11 AM (8 years ago)
Author:
JP-Ellis <josh@…>
Children:
e83faed
Parents:
50ed7575
git-author:
JP-Ellis <josh@…> (02/13/17 08:19:44)
git-committer:
JP-Ellis <josh@…> (02/13/17 11:18:11)
Message:

Install all headers from display/

Also take the opportunity to install the other LinkDef headers, and the
installation of ExRootAnalysis header.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/ExRootAnalysis/CMakeLists.txt

    r50ed7575 r66b8143  
    1313
    1414# install headers needed by public Delphes headers to include/
    15 install(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)
     15install(FILES ${headers} DESTINATION include/ExRootAnalysis)
    2716
    2817# install all LinkDef files into the same folder to ease user environment
Note: See TracChangeset for help on using the changeset viewer.