srsLTE/srsenb/test/CMakeLists.txt

17 lines
558 B
CMake
Raw Normal View History

2019-04-26 08:20:30 -07:00
#
2020-03-13 04:12:52 -07:00
# Copyright 2013-2020 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_executable(enb_metrics_test enb_metrics_test.cc ../src/metrics_stdout.cc ../src/metrics_csv.cc)
target_link_libraries(enb_metrics_test srslte_phy srslte_common)
add_test(enb_metrics_test enb_metrics_test -o ${CMAKE_CURRENT_BINARY_DIR}/enb_metrics.csv)