[cmake-developers] [PATCH] WINCE: Add toolchain documentation for Windows CE

Brad King brad.king at kitware.com
Thu Sep 18 13:43:03 EDT 2014


On 09/18/2014 12:03 PM, Pascal Bach wrote:
> diff --git a/Help/manual/cmake-toolchains.7.rst b/Help/manual/cmake-toolchains.7.rst
> index f36a43c..095a43f 100644
> --- a/Help/manual/cmake-toolchains.7.rst
> +++ b/Help/manual/cmake-toolchains.7.rst
> @@ -174,5 +174,25 @@ toolchain which will be used by the compiler driver. The
>  :variable:`CMAKE_<LANG>_COMPILER_EXTERNAL_TOOLCHAIN` variable can be set in a
>  toolchain file to pass the path to the compiler driver.
>  
> +Cross compiling for Windows CE requires the corresponding SDK being installed on
> +your system. These SDKs are usually installed under: `C:\\Program Files (x86)\\Windows CE Tools\\SDKs`

Over time the "Cross Compiling" section of this manual will gain
information about various target platforms.  We should add a
subsection header for each platform, e.g.

 Cross Compiling to Windows CE
 -----------------------------

If you don't mind, please precede this patch with a change that
adds such subsection headers for the Clang and QCC cases.

Thanks,
-Brad




More information about the cmake-developers mailing list