GEMC
2.3
Geant4 Monte-Carlo Framework
Main Page
Namespaces
Data Structures
Files
File List
Globals
hitprocess
clas12
svt
SConstruct
Go to the documentation of this file.
1
2
env = Environment(tools=['default'])
3
4
sources = Split("""example.cc bst_strip.cc fst_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