8 lines
114 B
CMake
8 lines
114 B
CMake
|
armino_build_get_property(target ARMINO_SOC)
|
||
|
|
||
|
set(incs .
|
||
|
)
|
||
|
armino_component_register(
|
||
|
INCLUDE_DIRS "${incs}"
|
||
|
)
|