Fork me on GitHub

Changeset 9259bfe in git


Ignore:
Timestamp:
Feb 14, 2017, 9:13:54 AM (8 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
8e7beb7, 9a3d132
Parents:
102596a
Message:

install headers required by libDelphes and libDelphesDisplay

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • display/CMakeLists.txt

    r102596a r9259bfe  
    1313add_library(display OBJECT ${sources} DisplayDict.cxx)
    1414
    15 # install public headers
    16 install(FILES
    17   Delphes3DGeometry.h
    18   DelphesEventDisplay.h
    19 DESTINATION include/display)
     15# install headers
     16install(FILES ${headers} DESTINATION include/display)
    2017
    2118# install pcms if they are created
  • external/ExRootAnalysis/CMakeLists.txt

    r102596a r9259bfe  
    1212add_library(ExRootAnalysis OBJECT ${sources} ExRootAnalysisDict.cxx)
    1313
    14 # install public headers
     14# install headers
    1515install(FILES ${headers} DESTINATION include/ExRootAnalysis)
    1616
  • modules/CMakeLists.txt

    r102596a r9259bfe  
    1919add_library(modules OBJECT ${sources} FastJetDict.cxx ModulesDict.cxx)
    2020
    21 # install public headers
    22 install(FILES Delphes.h DESTINATION include/modules)
     21# install headers
     22install(FILES ${headers} DESTINATION include/modules)
    2323
    2424# install pcms if they are created
Note: See TracChangeset for help on using the changeset viewer.