Skip to content

Commit 59c6352

Browse files
committed
phy: remove unnecessary cmake include_directories
1 parent 9abf0d2 commit 59c6352

File tree

9 files changed

+0
-17
lines changed

9 files changed

+0
-17
lines changed

lib/phy/upper/channel_coding/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# the distribution.
77
#
88

9-
include_directories(${PROJECT_SOURCE_DIR}/include/srsran/phy/upper/channel_coding)
10-
119
set(CRC_CALCULATOR_SOURCES crc_calculator_lut_impl.cpp)
1210
if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86_64")
1311
list(APPEND CRC_CALCULATOR_SOURCES crc_calculator_clmul_impl.cpp)

lib/phy/upper/channel_coding/ldpc/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# the distribution.
77
#
88

9-
include_directories(${PROJECT_SOURCE_DIR}/include/srsran/phy/upper/channel_coding/ldpc)
10-
119
set(ldpc_sources
1210
ldpc_graph_impl.cpp
1311
ldpc_luts_impl.cpp

lib/phy/upper/channel_coding/polar/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# the distribution.
77
#
88

9-
include_directories(${PROJECT_SOURCE_DIR}/include/srsran/phy/upper/channel_coding/polar)
10-
119
add_library(srsran_polar STATIC
1210
polar_allocator_impl.cpp
1311
polar_code_impl.cpp
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
include_directories(${PROJECT_SOURCE_DIR}/include/srsran/phy/upper/channel_coding/short)
21
add_library(srsran_short_block STATIC short_block_encoder_impl.cpp short_block_detector_impl.cpp)
32
target_link_libraries(srsran_short_block srsran_support log_likelihood_ratio srsvec)

lib/phy/upper/channel_modulation/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ set(SOURCES
1616
evm_calculator_generic_impl.cpp
1717
modulation_mapper_impl.cpp)
1818

19-
include_directories(../../../../include/srsran/phy/upper/channel_modulation)
20-
2119
add_library(srsran_channel_modulation STATIC ${SOURCES})
2220
target_link_libraries(srsran_channel_modulation srsran_support log_likelihood_ratio)
2321

lib/phy/upper/channel_processors/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# the distribution.
77
#
88

9-
include_directories(../../../../include/srsran/phy/upper/channel_processors)
10-
119
add_library(srsran_pbch_encoder STATIC pbch_encoder_impl.cpp)
1210
target_link_libraries(srsran_pbch_encoder srsran_channel_coding srsran_sequence_generators srsvec)
1311

lib/phy/upper/sequence_generators/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ set(SOURCES
1313
sequence_generator_factories.cpp
1414
)
1515

16-
include_directories(../../../../include/srsran/phy/upper/sequence_generators)
17-
1816
add_library(srsran_sequence_generators STATIC ${SOURCES})
1917
target_link_libraries(srsran_sequence_generators srsran_support srsvec)
2018

lib/phy/upper/signal_processors/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ set(SOURCES
2020
sss_processor_impl.cpp
2121
)
2222

23-
include_directories(../../../../include/srsran/phy/upper/signal_processors)
24-
2523
add_library(srsran_signal_processors STATIC ${SOURCES})
2624
target_link_libraries(srsran_signal_processors srsvec srsran_phy_support srsran_upper_phy_support srsran_ran srsran_generic_funcs)
2725

lib/srsvec/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ set(SOURCES
1919
subtract.cpp
2020
)
2121

22-
include_directories(${PROJECT_SOURCE_DIR}/include/srsran/srsvec)
23-
2422
add_library(srsvec STATIC ${SOURCES})
2523
target_link_libraries(srsvec srslog)
2624

0 commit comments

Comments
 (0)