Sign in
opensecura
/
sw
/
vec
/
b36998c542de1375f17e4dc44df85a52c596e1b3
/
.
/
vector_executive
/
CMakeLists.txt
blob: 8128db2554e582533d1756c972d40c15643fea97 [
file
]
if(${BUILD_SIMPLIFIED_CORE})
return()
endif()
vec_cc_binary(
NAME
vector_executive
SRCS
vector_executive.c
LINKOPTS
-Xlinker --defsym=__itcm_length__=128K
)