visual studio - CMAKE build different platform in one solution -
this question has answer here:
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)
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
Post a Comment