Skip to content

CMake Toolchains

Dmdv edited this page Jul 11, 2026 · 1 revision

Source: cmake/toolchains/README.md in the main repository.

Example CMake toolchain files

These *.cmake.example files are documentation you can copy. They are not auto-included by the root CMakeLists.txt.

Example Purpose
aarch64-linux-gnu.cmake.example Cross → Linux AArch64
x86_64-linux-gnu.cmake.example Cross → Linux x86-64
osx-arch.cmake.example Select macOS arm64 or x86_64

Tutorial: docs/tutorials/modern-cpp-tooling-arm-intel.md.

Clone this wiki locally