mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-22 10:19:34 +01:00
cmake: fix source list issues
This commit is contained in:
committed by
Renz Bagaporo
parent
533c5e98e8
commit
bc8540fec1
@@ -4,7 +4,7 @@ set(COMPONENT_SRCS "heap_caps.c"
|
||||
"multi_heap.c")
|
||||
|
||||
if(NOT CONFIG_HEAP_POISONING_DISABLED)
|
||||
set(COMPONENT_SRCS ${COMPONENT_SRCS} multi_heap_poisoning.c)
|
||||
list(APPEND COMPONENT_SRCS "multi_heap_poisoning.c")
|
||||
endif()
|
||||
|
||||
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
||||
|
||||
Reference in New Issue
Block a user