Skip to content
Snippets Groups Projects
meson.build 195 B
Newer Older
Bruce Cowan's avatar
Bruce Cowan committed
# SPDX-FileCopyrightText: 2019 Bruce Cowan <bruce@bcowan.me.uk>
#
# SPDX-License-Identifier: CC0-1.0

Bruce Cowan's avatar
Bruce Cowan committed
executable('thread-incr', 'thread-incr.c',
           dependencies: [thread_dep, utils_dep])