Files
openairinterface5g/fronthaul/CMakeLists.txt
Bartosz Podrygajlo f82b051fe8 feat(fronthaul): oru_io library
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
2026-05-25 09:48:38 +02:00

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)