ImprovedOutputFile
Timing
dual_readout
llp
Last change
on this file since 115298d was be6c1c8, checked in by Pavel Demin <pavel.demin@…>, 10 years ago |
adapt CMake files to ROOT 6
|
-
Property mode
set to
100644
|
File size:
356 bytes
|
Rev | Line | |
---|
[7fe06d6] | 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 |
|
---|
[be6c1c8] | 11 | DELPHES_GENERATE_DICTIONARY(DisplayDict ${headers} LINKDEF DisplayLinkDef.h)
|
---|
[7fe06d6] | 12 |
|
---|
| 13 | add_library(display OBJECT ${sources} DisplayDict.cxx)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.