Skip to content
Snippets Groups Projects
Commit 882eb8b2 authored by Luigi Corona's avatar Luigi Corona
Browse files

Analysis darkHiggs by lgcorona

parents
No related branches found
No related tags found
No related merge requests found
release-06-01-13
site_scons
SConstruct
Import('env')
# This file specifies the dependencies of your analysis code to parts of the
# Belle 2 Software. It should be fine for most analyses but if you need to link
# against additional libraries please put them here.
env['LIBS'] = [
'mdst_dataobjects',
'analysis_dataobjects',
'analysis',
'framework',
'$ROOT_LIBS',
]
Return('env')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment