File tree Expand file tree Collapse file tree 9 files changed +23
-23
lines changed Expand file tree Collapse file tree 9 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 66# the distribution.
77#
88
9- include_directories (${PROJECT_SOURCE_DIR} /include /srsgnb /phy/upper/channel_coding)
9+ include_directories (${PROJECT_SOURCE_DIR} /include /srsran /phy/upper/channel_coding)
1010
1111set (CRC_CALCULATOR_SOURCES crc_calculator_lut_impl.cpp)
1212if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86_64" )
Original file line number Diff line number Diff line change 66# the distribution.
77#
88
9- include_directories (${PROJECT_SOURCE_DIR} /include /srsgnb /phy/upper/channel_coding/ldpc)
9+ include_directories (${PROJECT_SOURCE_DIR} /include /srsran /phy/upper/channel_coding/ldpc)
1010
1111set (ldpc_sources
1212 ldpc_graph_impl.cpp
@@ -36,11 +36,11 @@ if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86_64")
3636 set_source_files_properties (ldpc_rate_dematcher_avx512_impl.cpp PROPERTIES COMPILE_OPTIONS "-mavx512f;-mavx512bw;" )
3737endif (${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86_64" )
3838
39- if (HAVE_NEON)
40- list (APPEND ldpc_sources ldpc_encoder_neon.cpp)
41- list (APPEND ldpc_sources ldpc_decoder_neon.cpp)
42- list (APPEND ldpc_sources ldpc_rate_dematcher_neon_impl.cpp)
43- endif (HAVE_NEON)
39+ if (HAVE_NEON)
40+ list (APPEND ldpc_sources ldpc_encoder_neon.cpp)
41+ list (APPEND ldpc_sources ldpc_decoder_neon.cpp)
42+ list (APPEND ldpc_sources ldpc_rate_dematcher_neon_impl.cpp)
43+ endif (HAVE_NEON)
4444
4545add_library (srsran_ldpc STATIC ${ldpc_sources} )
4646
Original file line number Diff line number Diff line change 66# the distribution.
77#
88
9- include_directories (${PROJECT_SOURCE_DIR} /include /srsgnb /phy/upper/channel_coding/polar)
9+ include_directories (${PROJECT_SOURCE_DIR} /include /srsran /phy/upper/channel_coding/polar)
1010
1111add_library (srsran_polar STATIC
1212 polar_allocator_impl.cpp
@@ -17,5 +17,5 @@ add_library(srsran_polar STATIC
1717 polar_interleaver_impl.cpp
1818 polar_rate_dematcher_impl.cpp
1919 polar_rate_matcher_impl.cpp
20- )
20+ )
2121target_link_libraries (srsran_polar log_likelihood_ratio srslog)
Original file line number Diff line number Diff line change 1- include_directories (${PROJECT_SOURCE_DIR} /include /srsgnb /phy/upper/channel_coding/short)
1+ include_directories (${PROJECT_SOURCE_DIR} /include /srsran /phy/upper/channel_coding/short)
22add_library (srsran_short_block STATIC short_block_encoder_impl.cpp short_block_detector_impl.cpp)
33target_link_libraries (srsran_short_block srsran_support log_likelihood_ratio srsvec)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ set(SOURCES
1616 evm_calculator_generic_impl.cpp
1717 modulation_mapper_impl.cpp)
1818
19- include_directories (../../../../include /srsgnb /phy/upper/channel_modulation)
19+ include_directories (../../../../include /srsran /phy/upper/channel_modulation)
2020
2121add_library (srsran_channel_modulation STATIC ${SOURCES} )
2222target_link_libraries (srsran_channel_modulation srsran_support log_likelihood_ratio)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ set(SOURCES
1313 sequence_generator_factories.cpp
1414 )
1515
16- include_directories (../../../../include /srsgnb /phy/upper/sequence_generators)
16+ include_directories (../../../../include /srsran /phy/upper/sequence_generators)
1717
1818add_library (srsran_sequence_generators STATIC ${SOURCES} )
1919target_link_libraries (srsran_sequence_generators srsran_support srsvec)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ set(SOURCES
2020 sss_processor_impl.cpp
2121 )
2222
23- include_directories (../../../../include /srsgnb /phy/upper/signal_processors)
23+ include_directories (../../../../include /srsran /phy/upper/signal_processors)
2424
2525add_library (srsran_signal_processors STATIC ${SOURCES} )
2626target_link_libraries (srsran_signal_processors srsvec srsran_phy_support srsran_upper_phy_support srsran_ran srsran_generic_funcs)
Original file line number Diff line number Diff line change 77#
88
99set (SOURCES
10- backend_worker.cpp
11- srslog.cpp
12- srslog_c.cpp
13- event_trace.cpp)
10+ backend_worker.cpp
11+ srslog.cpp
12+ srslog_c.cpp
13+ event_trace.cpp)
1414
15- include_directories (${PROJECT_SOURCE_DIR} /include /srsgnb /srslog/bundled/)
16- include_directories (${PROJECT_SOURCE_DIR} /include /srsgnb /srslog/formatters)
15+ include_directories (${PROJECT_SOURCE_DIR} /include /srsran /srslog/bundled/)
16+ include_directories (${PROJECT_SOURCE_DIR} /include /srsran /srslog/formatters)
1717
1818set (SOURCES
19- ${SOURCES}
20- ${CMAKE_CURRENT_SOURCE_DIR} /formatters/json_formatter.cpp
21- ${CMAKE_CURRENT_SOURCE_DIR} /formatters/text_formatter.cpp)
19+ ${SOURCES}
20+ ${CMAKE_CURRENT_SOURCE_DIR} /formatters/json_formatter.cpp
21+ ${CMAKE_CURRENT_SOURCE_DIR} /formatters/text_formatter.cpp)
2222
2323
2424add_library (srslog STATIC ${SOURCES} )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set(SOURCES
1919 subtract.cpp
2020 )
2121
22- include_directories (${PROJECT_SOURCE_DIR} /include /srsgnb /srsvec)
22+ include_directories (${PROJECT_SOURCE_DIR} /include /srsran /srsvec)
2323
2424add_library (srsvec STATIC ${SOURCES} )
2525target_link_libraries (srsvec srslog)
You can’t perform that action at this time.
0 commit comments