Import('env')

env.Library(
    target='croaring',
    source=['dist/roaring.c'],
)
