Import('env')

files = [
         'MultipleBinormalRestraint.cpp',
        ]

# Build and install the shared library:
env.IMPModuleLib(files)
