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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -