Goose  Artifact [25f24c75eb]

Artifact 25f24c75eb580f7bd0570bc9b68d20867abc1d42846443e6e91b125d7bc62148:

  • File bs/codegen/meson.build — part of check-in [af650a9e95] at 2019-09-22 14:37:55 on branch trunk — Project renaming. (user: achavasse size: 313)

goose_codegen = library( 'goose-codegen',
    'codegen.cpp',
    'module.cpp',
    'func.cpp',
    'mangle.cpp',
    'type.cpp',
    'cfg.cpp',
    'basicblock.cpp',
    'instructions.cpp',
    'logicops.cpp',
    'arithops.cpp',
    'compareops.cpp',

    include_directories: bsinc,
    dependencies: fmt_dep
)