mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
14 lines
296 B
CMake
14 lines
296 B
CMake
# SPDX-License-Identifier: LicenseRef-CSSL-1.0
|
|
|
|
add_compile_options(-Wunused-parameter)
|
|
add_subdirectory(E1AP)
|
|
if(E2_AGENT)
|
|
add_subdirectory(E2AP)
|
|
endif()
|
|
add_subdirectory(F1AP)
|
|
add_subdirectory(LAYER2)
|
|
add_subdirectory(M2AP)
|
|
add_subdirectory(X2AP)
|
|
add_subdirectory(RRC)
|
|
add_subdirectory(XNAP)
|