File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ set(COMPONENT_SRCS ./audio_hal.c
30
30
31
31
register_component()
32
32
33
- target_link_libraries (${COMPONENT_NAME } INTERFACE "-L${CMAKE_CURRENT_LIST_DIR} /driver/zl38063/firmware" )
34
- target_link_libraries (${COMPONENT_NAME } INTERFACE firmware)
33
+ target_link_libraries (${COMPONENT_TARGET } INTERFACE "-L${CMAKE_CURRENT_LIST_DIR} /driver/zl38063/firmware" )
34
+ target_link_libraries (${COMPONENT_TARGET } INTERFACE firmware)
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ set(COMPONENT_SRCS )
6
6
7
7
register_component()
8
8
9
- target_link_libraries (${COMPONENT_NAME } INTERFACE "-L${CMAKE_CURRENT_LIST_DIR} /dueros/lightduer" )
10
- target_link_libraries (${COMPONENT_NAME } INTERFACE duer-device)
9
+ target_link_libraries (${COMPONENT_TARGET } INTERFACE "-L${CMAKE_CURRENT_LIST_DIR} /dueros/lightduer" )
10
+ target_link_libraries (${COMPONENT_TARGET } INTERFACE duer-device)
11
11
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ set(COMPONENT_SRCS src/esp_wifi_setting.c
14
14
15
15
register_component()
16
16
17
- target_link_libraries (${COMPONENT_NAME } INTERFACE "-L${CMAKE_CURRENT_LIST_DIR} /airkiss_config" )
18
- target_link_libraries (${COMPONENT_NAME } INTERFACE airkiss_aes)
17
+ target_link_libraries (${COMPONENT_TARGET } INTERFACE "-L${CMAKE_CURRENT_LIST_DIR} /airkiss_config" )
18
+ target_link_libraries (${COMPONENT_TARGET } INTERFACE airkiss_aes)
You can’t perform that action at this time.
0 commit comments