specify MAC source files in UE

This commit is contained in:
Andre Puschmann 2019-11-11 16:23:48 +01:00
parent 2195012dc1
commit 4e2d9c6b60
1 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@
# and at http://www.gnu.org/licenses/.
#
file(GLOB SOURCES "*.cc")
set(SOURCES demux.cc dl_harq.cc mac.cc mux.cc proc_bsr.cc proc_phr.cc proc_ra.cc proc_sr.cc ul_harq.cc)
add_library(srsue_mac STATIC ${SOURCES})
install(TARGETS srsue_mac DESTINATION ${LIBRARY_DIR})