Removed unneeded libraries from the mac test in srsgnb

This commit is contained in:
Alejandro Leal 2022-01-10 13:46:54 +01:00 committed by AlaiaL
parent ac7fe9be64
commit 8619382b45
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ target_link_libraries(sched_nr_rar_test srsgnb_mac sched_nr_test_suite srsran_co
add_nr_test(sched_nr_rar_test sched_nr_rar_test)
add_executable(sched_nr_dci_utilities_tests sched_nr_dci_utilities_tests.cc)
target_link_libraries(sched_nr_dci_utilities_tests srsgnb_mac srsran_common srsran_phch)
target_link_libraries(sched_nr_dci_utilities_tests srsgnb_mac srsran_common)
add_nr_test(sched_nr_dci_utilities_tests sched_nr_dci_utilities_tests)
add_executable(sched_nr_test sched_nr_test.cc)