srsLTE/srsenb/test/CMakeLists.txt

18 lines
581 B
CMake
Raw Normal View History

2019-04-26 08:20:30 -07:00
#
2021-03-19 03:45:56 -07:00
# Copyright 2013-2021 Software Radio Systems Limited
2019-04-26 08:20:30 -07:00
#
# 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.
2019-04-26 08:20:30 -07:00
#
2017-06-01 03:25:57 -07:00
add_subdirectory(mac)
add_subdirectory(phy)
2019-04-26 08:20:30 -07:00
add_subdirectory(upper)
2020-06-03 12:20:10 -07:00
add_subdirectory(rrc)
add_subdirectory(s1ap)
add_executable(enb_metrics_test enb_metrics_test.cc ../src/metrics_stdout.cc ../src/metrics_csv.cc)
2021-03-19 03:45:56 -07:00
target_link_libraries(enb_metrics_test srsran_phy srsran_common)
add_test(enb_metrics_test enb_metrics_test -o ${CMAKE_CURRENT_BINARY_DIR}/enb_metrics.csv)