Fork me on GitHub

Changeset 102596a in git for display/CMakeLists.txt


Ignore:
Timestamp:
Feb 13, 2017, 4:11:04 PM (8 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
9259bfe
Parents:
39e729d
Message:

add DelphesDisplay target to CMakeLists.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • display/CMakeLists.txt

    r39e729d r102596a  
    1313add_library(display OBJECT ${sources} DisplayDict.cxx)
    1414
     15# install public headers
     16install(FILES
     17  Delphes3DGeometry.h
     18  DelphesEventDisplay.h
     19DESTINATION include/display)
     20
    1521# install pcms if they are created
    1622if (${ROOT_VERSION} GREATER 6)
Note: See TracChangeset for help on using the changeset viewer.