]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
copy decay table to installation directory
authormorsch <andreas.morsch@cern.ch>
Wed, 4 Feb 2015 16:34:33 +0000 (17:34 +0100)
committermorsch <andreas.morsch@cern.ch>
Wed, 4 Feb 2015 16:34:33 +0000 (17:34 +0100)
TEvtGen/TEvtGen/CMakeLists.txt

index 27b7b2f333c16fdd0d4e10249020fa7d3fa99bb3..3f3a34ae6e94654921daaa99513fce91d33ff196 100644 (file)
@@ -68,3 +68,5 @@ install(TARGETS ${MODULE}
         LIBRARY DESTINATION lib)
 
 install(FILES ${HDRS} DESTINATION include)
+install( FILES DECAY.DEC evt.pdl DESTINATION TEvtGen/EvtGen )
+install( DIRECTORY DecayTable DESTINATION TEvtGen/EvtGen )