[cmake-developers] [PATCH] WINCE, VS: Allow selecting an SDK for Windows CE on Visual Studio

Brad King brad.king at kitware.com
Thu Sep 4 09:19:34 EDT 2014


On 09/04/2014 06:42 AM, Bach, Pascal wrote:
> This won't' work as the code gets called multiple times

Right, it gets called inside try_compile projects too.  Actually
the SDK information will have to be propagated into those too.
That means it needs to go in files like CMakeSystem.cmake or
CMakeCCompiler.cmake that are configured in the build tree,
or be explicitly propagated by cmMakefile::TryCompile like the
GeneratorToolset is.

I'd like to understand the differences among WinCE SDKs (I've
never done WinCE development).  What are some example names?
What does each mean?  What processor does each one target?

Thanks,
-Brad




More information about the cmake-developers mailing list