12 lines
No EOL
346 B
CMake
12 lines
No EOL
346 B
CMake
set(COMPONENT_SRCDIRS ".")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
set(COMPONENT_REQUIRES unity ulp soc esp_common)
|
|
|
|
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")
|
|
idf_build_get_property(idf_path IDF_PATH)
|
|
include(${idf_path}/components/ulp/component_ulp_common.cmake) |