srsLTE/lib/test/CMakeLists.txt

16 lines
374 B
CMake
Raw Normal View History

2017-05-18 03:57:52 -07:00
#
2020-03-13 04:12:52 -07:00
# Copyright 2013-2020 Software Radio Systems Limited
2017-05-18 03:57:52 -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.
2017-05-18 03:57:52 -07:00
#
add_subdirectory(asn1)
2017-05-18 03:57:52 -07:00
add_subdirectory(common)
2020-04-21 12:53:37 -07:00
add_subdirectory(mac)
2018-07-02 01:20:40 -07:00
add_subdirectory(phy)
add_subdirectory(srslog)
2017-05-18 03:57:52 -07:00
add_subdirectory(upper)
add_subdirectory(adt)