1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Arm Limited
3
4if is_ms_compiler
5 build = false
6 reason = 'not supported building with Visual Studio Toolset'
7 subdir_done()
8endif
9
10sources = files('rte_rcu_qsbr.c')
11headers = files('rte_rcu_qsbr.h')
12
13deps += ['ring']
14