7 lines
No EOL
170 B
CMake
7 lines
No EOL
170 B
CMake
set(SOC_NAME esp32)
|
|
set(COMPONENT_SRCDIRS "../${SOC_NAME}/test")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "../${SOC_NAME}/test")
|
|
|
|
set(COMPONENT_REQUIRES unity)
|
|
|
|
register_component() |