Skip to content
Snippets Groups Projects
meson.build 155 B
Newer Older
Bruce Cowan's avatar
Bruce Cowan committed
executable('thread-incr', 'thread-incr.c',
           dependencies: thread_dep,
           link_with: lib_utils,
           include_directories: '../lib')