mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Added a library that encompasses all dpdk requirements for a single O-RU. Signed-off-by: Bartosz Podrygajlo <bartosz.podrygajlo@openairinterface.org> and assisted-by Gemini
8 lines
194 B
CMake
8 lines
194 B
CMake
# SPDX-License-Identifier: LicenseRef-CSSL-1.0
|
|
|
|
find_package(PkgConfig REQUIRED)
|
|
pkg_check_modules(dpdk REQUIRED libdpdk)
|
|
add_subdirectory(core)
|
|
add_subdirectory(xran_pkt)
|
|
add_subdirectory(oru)
|