s1ap: fix compilation of test on 32bit

This commit is contained in:
Andre Puschmann 2021-07-06 12:48:41 +02:00
parent 19996a4059
commit ec3465bb98
1 changed files with 2 additions and 3 deletions

View File

@ -7,6 +7,5 @@
#
add_executable(s1ap_test s1ap_test.cc)
target_link_libraries(s1ap_test srsran_common s1ap_asn1 srsenb_s1ap srsenb_upper s1ap_asn1 ${SCTP_LIBRARIES})
add_test(s1ap_test s1ap_test)
target_link_libraries(s1ap_test srsran_common s1ap_asn1 srsenb_s1ap srsenb_upper s1ap_asn1 ${SCTP_LIBRARIES} ${ATOMIC_LIBS})
add_test(s1ap_test s1ap_test)