Fork me on GitHub

Changeset 9259bfe in git for display/CMakeLists.txt


Ignore:
Timestamp:
Feb 14, 2017, 9:13:54 AM (7 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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.