-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
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
Labels
No labels