mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-14 18:50:49 +08:00
4 lines
194 B
CMake
4 lines
194 B
CMake
set(GCC_COMPILER_VERSION "" CACHE STRING "GCC Compiler version")
|
|
set(GNU_MACHINE "arm-linux-gnueabi" CACHE STRING "GNU compiler triple")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/arm.toolchain.cmake")
|