mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 03:42:47 +00:00
Some toolchains, such as the one provided by Espressif for the ESP32, or ISSM provided by Intel, will contain only the compiler, linker, and supporting tools. Other binaries needed by the build system that are provided by the Zephyr SDK need to be found somewhere else. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2 lines
57 B
CMake
2 lines
57 B
CMake
include($ENV{ZEPHYR_BASE}/cmake/host-tools-zephyr.cmake)
|