Files
esp-idf/components/ulp/CMakeLists.txt
T

8 lines
149 B
CMake
Raw Normal View History

2018-09-11 09:44:12 +08:00
set(COMPONENT_SRCS "ulp.c"
"ulp_macro.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
2018-03-22 17:27:10 +11:00
set(COMPONENT_REQUIRES)
register_component()