11 lines
144 B
Text
11 lines
144 B
Text
|
set(REQUIRES "")
|
||
|
set(SRCS "")
|
||
|
|
||
|
idf_component_register(
|
||
|
SRCS ${SRCS}
|
||
|
INCLUDE_DIRS "include"
|
||
|
# if platform esp...
|
||
|
REQUIRES ${REQUIRES}
|
||
|
)
|
||
|
|