/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to libssts/meson.build

  • Committer: Gustav Hartvigsson
  • Date: 2021-01-07 22:55:13 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210107225513-mfwtkfs8jzmp2gvh
* Forget one file from trunk before the merge in the meson file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    'mm.c',
29
29
    'mm_mark_and_sweep.c',
30
30
    'primes.c',
 
31
    'Random.c',
31
32
    'SimpleTypeSystem.c',
32
33
    'Stream.c',
33
34
    'Thread.c',
59
60
    'mm.h',
60
61
    'mm_mark_and_sweep.h',
61
62
    'primes.h',
 
63
    'Random.h',
62
64
    'SimpleTypeSystem.h',
63
65
    'Stream.h',
64
66
    'StreamPrivate.h',