Last change
on this file since cc8716b was 764f5364, checked in by Michele Selvaggi <michele.selvaggi@…>, 8 years ago |
added cards to installation with cmake
|
-
Property mode
set to
100644
|
File size:
294 bytes
|
Rev | Line | |
---|
[764f5364] | 1 | file(GLOB confDir *.tcl)
|
---|
| 2 | file(GLOB confFccDir FCC/*.tcl)
|
---|
| 3 | file(GLOB confCmsPhase2Dir CMS_PhaseII/*.tcl)
|
---|
| 4 |
|
---|
| 5 | # copy *.tcl files into cards
|
---|
| 6 | install(FILES ${confDir} DESTINATION cards)
|
---|
| 7 | install(FILES ${confFccDir} DESTINATION cards/FCC)
|
---|
| 8 | install(FILES ${confCmsPhase2Dir} DESTINATION cards/CMS_PhaseII)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.