Fork me on GitHub

Changeset e83faed in git


Ignore:
Timestamp:
Feb 13, 2017, 11:18:49 AM (8 years ago)
Author:
GitHub <noreply@…>
Parents:
50ed7575 (diff), 66b8143 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Joshua Ellis <josh@…> (02/13/17 11:18:49)
git-committer:
GitHub <noreply@…> (02/13/17 11:18:49)
Message:

Merge 66b81436efabe0196aa5ccd25cf20cea05d3c884 into 50ed7575a80ff18ef50d045c536cdf826ec6497e

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • classes/CMakeLists.txt

    r50ed7575 re83faed  
    2222install(FILES ${headers} DESTINATION include/classes)
    2323
     24# install all LinkDef files into the same folder to ease user environment
     25install(FILES ClassesLinkDef.h DESTINATION include)
     26
    2427# install pcms if they are created
    2528if (${ROOT_VERSION} GREATER 6)
  • display/CMakeLists.txt

    r50ed7575 re83faed  
    1313add_library(display OBJECT ${sources} DisplayDict.cxx)
    1414
     15# install public headers
     16install(FILES ${headers} DESTINATION include/display)
     17
     18# install all LinkDef files into the same folder to ease user environment
     19install(FILES DisplayLinkDef.h DESTINATION include)
     20
    1521# install pcms if they are created
    1622if (${ROOT_VERSION} GREATER 6)
  • external/ExRootAnalysis/CMakeLists.txt

    r50ed7575 re83faed  
    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
  • modules/CMakeLists.txt

    r50ed7575 re83faed  
    2020
    2121# install public headers
    22 install(FILES Delphes.h
    23         DESTINATION include/modules
    24 )
     22install(FILES Delphes.h DESTINATION include/modules)
    2523
    2624# install pcms if they are created
Note: See TracChangeset for help on using the changeset viewer.