visual studio - CMAKE build different platform in one solution -


hello.

from cmake i'm generate visual studio(2013) solution x64 generator, , include_external_msproject have win32 platform.

when i'm open solution, default, win32 solution excluded build(field build don't checkmark).

question, how can set force build win32 project cmake?

for example:

include_external_msproject(splash ${cmake_source_dir}/splash.vcxproj) 

screen

function have parametrs platform, set default platform. warning external project, must have same number of configuration , platform. exmaple: if main solution have minsizerel win32, external project must have too.

include_external_msproject(splash ${cmake_source_dir}/splash.vcxproj platform win32) 

Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -