ImprovedOutputFile
Timing
dual_readout
llp
Last change
on this file since 7066f9c was 781e3118, checked in by Michele Selvaggi <michele.selvaggi@…>, 8 years ago |
fixed typo in display cmake list
|
-
Property mode
set to
100644
|
File size:
531 bytes
|
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 pcms if they are created
|
---|
16 | if (${ROOT_VERSION} GREATER 6)
|
---|
17 | install(FILES
|
---|
18 | ${PROJECT_BINARY_DIR}/display/libDisplayDict_rdict.pcm
|
---|
19 | DESTINATION lib)
|
---|
20 | endif()
|
---|
Note:
See
TracBrowser
for help on using the repository browser.