Fork me on GitHub

Changeset 102596a in git


Ignore:
Timestamp:
Feb 13, 2017, 4:11:04 PM (7 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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r39e729d r102596a  
    3636add_library(Delphes SHARED
    3737  $<TARGET_OBJECTS:classes>
    38   $<TARGET_OBJECTS:display>
    3938  $<TARGET_OBJECTS:modules>
    4039  $<TARGET_OBJECTS:ExRootAnalysis>
     
    4544)
    4645
     46add_library(DelphesDisplay SHARED
     47  $<TARGET_OBJECTS:classes>
     48  $<TARGET_OBJECTS:display>
     49  $<TARGET_OBJECTS:modules>
     50  $<TARGET_OBJECTS:ExRootAnalysis>
     51  $<TARGET_OBJECTS:fastjet>
     52  $<TARGET_OBJECTS:tcl>
     53  $<TARGET_OBJECTS:Hector>
     54  $<TARGET_OBJECTS:PUPPI>
     55)
     56
    4757target_link_Libraries(Delphes ${ROOT_LIBRARIES} ${ROOT_COMPONENT_LIBRARIES})
     58target_link_Libraries(DelphesDisplay ${ROOT_LIBRARIES} ${ROOT_COMPONENT_LIBRARIES})
    4859
    49 install(TARGETS Delphes DESTINATION lib)
     60install(TARGETS Delphes DelphesDisplay DESTINATION lib)
  • 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.