You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
260 B
10 lines
260 B
5 years ago
|
include(RunCMake)
|
||
|
|
||
|
set(RunCMake_GENERATOR "Visual Studio 12 2013")
|
||
|
set(RunCMake_GENERATOR_TOOLSET CE800)
|
||
|
set(RunCMake_GENERATOR_INSTANCE "")
|
||
|
set(RunCMake_TEST_OPTIONS -DCMAKE_SYSTEM_NAME=WindowsCE )
|
||
|
|
||
|
run_cmake(VsCEDebuggerDeploy)
|
||
|
run_cmake(VSCSharpCFProject)
|