Fork me on GitHub

Changeset 8c872c8 in git for external/ExRootAnalysis


Ignore:
Timestamp:
Feb 13, 2017, 4:08:08 PM (7 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
39e729d
Parents:
4888f89
Message:

remove ExRootAnalysisLinkDef.h from installation and simplify install command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/ExRootAnalysis/CMakeLists.txt

    r4888f89 r8c872c8  
    1212add_library(ExRootAnalysis OBJECT ${sources} ExRootAnalysisDict.cxx)
    1313
    14 # 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)
    27 
    28 # install all LinkDef files into the same folder to ease user environment
    29 install(FILES ExRootAnalysisLinkDef.h DESTINATION include)
     14# install public headers
     15install(FILES ${headers} DESTINATION include/ExRootAnalysis)
    3016
    3117# install pcms if they are created
Note: See TracChangeset for help on using the changeset viewer.