nat: Include platform specific headers on FreeBSD
[vpp.git] / src / plugins / dma_intel / CMakeLists.txt
1 # SPDX-License-Identifier: Apache-2.0
2 # Copyright(c) 2022 Cisco Systems, Inc.
3
4 add_vpp_plugin(dma_intel
5   SOURCES
6   dsa.c
7   format.c
8   main.c
9
10   SUPPORTED_OS_LIST Linux
11 )