mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
components: use new component registration api
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# only compile the "micro-ecc/uECC.c" source file
|
||||
set(COMPONENT_SRCS "micro-ecc/uECC.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS micro-ecc)
|
||||
register_component()
|
||||
idf_component_register(SRCS "micro-ecc/uECC.c"
|
||||
INCLUDE_DIRS micro-ecc)
|
||||
|
Reference in New Issue
Block a user