mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(esp_hw_support): Removed unused include directories from cmake
* Closes https://github.com/espressif/esp-idf/issues/12700
This commit is contained in:
parent
0818b1fca1
commit
e3653aaa98
@ -1,5 +1,4 @@
|
|||||||
target_include_directories(${COMPONENT_LIB} PUBLIC .)
|
target_include_directories(${COMPONENT_LIB} PUBLIC .)
|
||||||
target_include_directories(${COMPONENT_LIB} PUBLIC private_include)
|
|
||||||
|
|
||||||
set(srcs
|
set(srcs
|
||||||
"rtc_clk.c"
|
"rtc_clk.c"
|
||||||
|
@ -15,5 +15,3 @@ endif()
|
|||||||
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
|
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
|
||||||
|
|
||||||
target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
||||||
target_include_directories(${COMPONENT_LIB} PUBLIC . private_include)
|
|
||||||
target_include_directories(${COMPONENT_LIB} PRIVATE ../hal)
|
|
||||||
|
@ -22,5 +22,3 @@ endif()
|
|||||||
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
|
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
|
||||||
|
|
||||||
target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
||||||
target_include_directories(${COMPONENT_LIB} PUBLIC . private_include)
|
|
||||||
target_include_directories(${COMPONENT_LIB} PRIVATE ../hal)
|
|
||||||
|
@ -22,4 +22,3 @@ add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
|
|||||||
|
|
||||||
target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
||||||
target_include_directories(${COMPONENT_LIB} PUBLIC . private_include)
|
target_include_directories(${COMPONENT_LIB} PUBLIC . private_include)
|
||||||
target_include_directories(${COMPONENT_LIB} PRIVATE ../hal)
|
|
||||||
|
@ -16,4 +16,3 @@ add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
|
|||||||
|
|
||||||
target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
||||||
target_include_directories(${COMPONENT_LIB} PUBLIC . private_include)
|
target_include_directories(${COMPONENT_LIB} PUBLIC . private_include)
|
||||||
target_include_directories(${COMPONENT_LIB} PRIVATE ../hal)
|
|
||||||
|
@ -25,5 +25,3 @@ list(REMOVE_ITEM srcs
|
|||||||
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
|
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")
|
||||||
|
|
||||||
target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
|
||||||
target_include_directories(${COMPONENT_LIB} PUBLIC . private_include)
|
|
||||||
target_include_directories(${COMPONENT_LIB} PRIVATE ../hal)
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
target_include_directories(${COMPONENT_LIB} PUBLIC .)
|
target_include_directories(${COMPONENT_LIB} PUBLIC .)
|
||||||
target_include_directories(${COMPONENT_LIB} PUBLIC private_include)
|
|
||||||
|
|
||||||
set(srcs
|
set(srcs
|
||||||
"rtc_clk.c"
|
"rtc_clk.c"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
target_include_directories(${COMPONENT_LIB} PUBLIC .)
|
target_include_directories(${COMPONENT_LIB} PUBLIC .)
|
||||||
target_include_directories(${COMPONENT_LIB} PUBLIC private_include)
|
|
||||||
|
|
||||||
set(srcs
|
set(srcs
|
||||||
"rtc_clk.c"
|
"rtc_clk.c"
|
||||||
|
Loading…
Reference in New Issue
Block a user