mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
The relevant block for each library is now located in the CMakeLists.txt in the same directory as its sources, instead of the root CMakeLists.txt The libraries have been renamed to follow a lowercase naming Signed-off-by: Rúben Soares Silva <rsilva@allbesmart.pt>
7 lines
175 B
CMake
7 lines
175 B
CMake
# SPDX-License-Identifier: LicenseRef-CSSL-1.0
|
|
|
|
add_compile_options(-Wunused-parameter)
|
|
add_subdirectory(open-nFAPI)
|
|
add_subdirectory(oai_integration)
|
|
add_subdirectory(tests)
|