srsLTE/srsenb/test/s1ap/CMakeLists.txt

13 lines
391 B
CMake
Raw Normal View History

#
# Copyright 2013-2021 Software Radio Systems Limited
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
add_executable(s1ap_test s1ap_test.cc)
2021-06-28 09:54:06 -07:00
target_link_libraries(s1ap_test srsran_common s1ap_asn1 srsenb_s1ap srsenb_upper s1ap_asn1 ${SCTP_LIBRARIES})
add_test(s1ap_test s1ap_test)