[CMake] WinCE Support

Bill Hoffman bill.hoffman at kitware.com
Mon Mar 23 10:10:14 EDT 2009


Andreas Pokorny wrote:
> Hello,
> 
> 2009/3/23 Bill Hoffman <bill.hoffman at kitware.com>:
> [..]
>> Basically, something that runs the new code.  Compile a WinCE project, and
>> somehow verify that it compiled it correctly.
> 
> So we need a couple of source files that pull in at least some basic
> API headers.. and
> a script file to run cmake and trigger the build?
> ( To execute the test you would need the non-free version of vs2005 or newer
> and at least one CE SDK installed - and maybe have some env vars set)
> 

See the Tests directory in CMake source to see how to setup a test. 
Basically, it is just a fully independent CMake project.  We run ctest 
--build-and-test to compile it.

-Bill


More information about the CMake mailing list