zephyr/samples/subsys/llext/edk/ext2/toolchain.cmake

5 lines
154 B
CMake

# SPDX-License-Identifier: Apache-2.0
set(CMAKE_C_COMPILER arm-zephyr-eabi-gcc)
set(CMAKE_FIND_ROOT_PATH $ENV{ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi)