Lines Matching refs:cmake
13 Zephyr will then include the toolchain cmake files located in the
16 - :file:`cmake/toolchain/<toolchain name>/generic.cmake`: configures the
20 - :file:`cmake/toolchain/<toolchain name>/target.cmake`: configures the
26 See the zephyr files :zephyr_file:`cmake/modules/FindHostTools.cmake` and
27 :zephyr_file:`cmake/modules/FindTargetTools.cmake` for more details on what your
28 :file:`generic.cmake` and :file:`target.cmake` files should contain.
39 cmake -DZEPHYR_TOOLCHAIN_VARIANT=... -DTOOLCHAIN_ROOT=...
41 If you do this, ``-C <initial-cache>`` `cmake option`_ may useful. If you save
43 settings in a file named :file:`my-toolchain.cmake`, you can then invoke cmake
44 as ``cmake -C my-toolchain.cmake ...`` to save typing.
53 add the set(TOOLCHAIN_USE_CUSTOM 1) cmake line to the generic.cmake and/or
54 target.cmake files located under
55 :file:`<TOOLCHAIN_ROOT>/cmake/toolchain/<toolchain name>/`.
72 https://cmake.org/cmake/help/latest/manual/cmake.1.html#options