gnb,rrc: fix compilation of RRC test on 32bit

master
Andre Puschmann 3 years ago
parent 853d870c52
commit 40809fb10e

@ -9,5 +9,5 @@
add_library(rrc_nr_test_helpers rrc_nr_test_helpers.cc)
add_executable(rrc_nr_test rrc_nr_test.cc)
target_link_libraries(rrc_nr_test srsgnb_rrc test_helpers rrc_nr_test_helpers)
target_link_libraries(rrc_nr_test srsgnb_rrc test_helpers rrc_nr_test_helpers ${ATOMIC_LIBS})
add_test(rrc_nr_test rrc_nr_test -i ${CMAKE_CURRENT_SOURCE_DIR}/../..)
Loading…
Cancel
Save