ImprovedOutputFile
Timing
dual_readout
llp
Line | |
---|
1 | include_directories(
|
---|
2 | ${CMAKE_SOURCE_DIR}
|
---|
3 | ${ROOT_INCLUDE_DIRS}
|
---|
4 | ${DelphesExternals_INCLUDE_DIR}
|
---|
5 | )
|
---|
6 |
|
---|
7 | file(GLOB sources *.cc)
|
---|
8 | file(GLOB headers *.h)
|
---|
9 | list(REMOVE_ITEM headers ${CMAKE_CURRENT_SOURCE_DIR}/DisplayLinkDef.h)
|
---|
10 |
|
---|
11 | DELPHES_GENERATE_DICTIONARY(DisplayDict ${headers} LINKDEF DisplayLinkDef.h)
|
---|
12 |
|
---|
13 | add_library(display OBJECT ${sources} DisplayDict.cxx)
|
---|
14 |
|
---|
15 | # install public headers
|
---|
16 | install(FILES
|
---|
17 | Delphes3DGeometry.h
|
---|
18 | DelphesEventDisplay.h
|
---|
19 | DESTINATION include/display)
|
---|
20 |
|
---|
21 | # install pcms if they are created
|
---|
22 | if (${ROOT_VERSION} GREATER 6)
|
---|
23 | install(FILES
|
---|
24 | ${PROJECT_BINARY_DIR}/display/libDisplayDict_rdict.pcm
|
---|
25 | DESTINATION lib)
|
---|
26 | endif()
|
---|
Note:
See
TracBrowser
for help on using the repository browser.