Skip to content

how to compile with meson #760

@MaxBrandtner

Description

@MaxBrandtner

at least from my looking at the documentation I was unable to find anything related to meson, but just doing it the simple way doesn't work:

project('cjson-example','c')

c_args = [ '-std=c99', '-Wall', '-Wextra', '-pedantic', '-Werror' ]


executable('test','test.c', c_args)

what am I missing. Also it would be great if meson documentation would be added to this project

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions