mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
12 lines
294 B
CMake
12 lines
294 B
CMake
set(COMPONENT_SRCDIRS ".")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
set(COMPONENT_REQUIRES unity ulp soc)
|
|
|
|
register_component()
|
|
|
|
set(ULP_APP_NAME ulp_test_app)
|
|
set(ULP_S_SOURCES "ulp/test_jumps.S")
|
|
set(ULP_EXP_DEP_SRCS "test_ulp_as.c")
|
|
include(${IDF_PATH}/components/ulp/component_ulp_common.cmake)
|