Fork me on GitHub

source: git/cards/CMakeLists.txt@ 367b2e1

ImprovedOutputFile Timing dual_readout llp
Last change on this file since 367b2e1 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
Line 
1file(GLOB confDir *.tcl)
2file(GLOB confFccDir FCC/*.tcl)
3file(GLOB confCmsPhase2Dir CMS_PhaseII/*.tcl)
4
5# copy *.tcl files into cards
6install(FILES ${confDir} DESTINATION cards)
7install(FILES ${confFccDir} DESTINATION cards/FCC)
8install(FILES ${confCmsPhase2Dir} DESTINATION cards/CMS_PhaseII)
Note: See TracBrowser for help on using the repository browser.