Files
openairinterface5g/nfapi/open-nFAPI/utils/CMakeLists.txt
Rúben Soares Silva be955b4f46 Separate NFAPI_LIB into nfapi_nr_lib and nfapi_lte_lib
Signed-off-by: Rúben Soares Silva <rsilva@allbesmart.pt>
2026-05-28 09:29:37 +01:00

7 lines
307 B
CMake

# SPDX-License-Identifier: LicenseRef-CSSL-1.0
add_executable(nfapi_hex_parser nfapi_hex_parser.c)
target_link_libraries(nfapi_hex_parser PUBLIC nr_fapi_p5 nr_fapi_p7)
# This makes it so nfapi_hex_parser is always compiled whenever nfapi_nr_lib is compiled
add_dependencies(nfapi_nr_lib nfapi_hex_parser )