mirror of https://github.com/pvnis/srsRAN_4G.git
Install srslog to system folder
parent
838d5ac0f4
commit
b944528a4f
@ -1,14 +0,0 @@
|
||||
#
|
||||
# Copyright 2013-2021 Software Radio Systems Limited
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
|
||||
set(SOURCES
|
||||
format.cc
|
||||
os.cc)
|
||||
|
||||
add_library(fmt STATIC ${SOURCES})
|
||||
target_include_directories(fmt PUBLIC ../../../../include/srsran/srslog/bundled)
|
@ -1,13 +0,0 @@
|
||||
#
|
||||
# Copyright 2013-2021 Software Radio Systems Limited
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
|
||||
set(SOURCES
|
||||
json_formatter.cpp
|
||||
text_formatter.cpp)
|
||||
|
||||
add_library(formatters STATIC ${SOURCES})
|
Loading…
Reference in New Issue