mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
165 B
CMake
8 lines
165 B
CMake
8 years ago
|
include_directories(hdr)
|
||
|
add_library(srslte_asn1 SHARED
|
||
|
liblte_common.cc
|
||
|
liblte_rrc.cc
|
||
|
liblte_mme.cc
|
||
|
)
|
||
|
INSTALL(TARGETS srslte_asn1 DESTINATION ${LIBRARY_DIR})
|