GEMC
2.3
Geant4 Monte-Carlo Framework
Main Page
Namespaces
Data Structures
Files
File List
Globals
hitprocess
clas12
micromegas
SConstruct
Go to the documentation of this file.
1
2
env = Environment(tools=['default'])
3
4
sources = Split("""example.cc fmt_strip.cc bmt_strip.cc ftm_strip.cc""")
5
Target = 'example'
6
7
env.Program(source = sources, target = Target)
8
Generated on Wed Jul 6 2016 11:13:42 for GEMC by
1.8.11