-
Notifications
You must be signed in to change notification settings - Fork 0
CMake Toolchains
Dmdv edited this page Jul 11, 2026
·
1 revision
Source:
cmake/toolchains/README.mdin the main repository.
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
|
Wiki mirror of repository docs. Edit docs/ in the main repo, then python3 scripts/publish_wiki.py.