I have a solution which contains multiple projects. All of these projects
typically target an x64 platform. However, recently I have had to introduce
another project which will target Win32/x86. Essentially, this project
results in a process that runs on its own and communicates with the rest of
the software (x64) through IPC. In fact, the x64 process launches the x86
process (and therefore needs access to it's exe file). 

So this is a bit of a special case in that I need my solution to produce a
mixed build and that these mixed modules are still very much part of the
same piece of software.

Ideally, I would like to be able to build what I need using a single CMake
(targetting x64, and making a special exception to change the build
configuration in Visual Studio for the Win32 project). For obvious reasons,
I would like to avoid having to do two separate CMake steps, just for this
one Win32 project. Is this possible?



--
View this message in context: 
http://cmake.3232098.n2.nabble.com/Set-project-to-target-Win32-in-an-x64-Solution-tp7585557.html
Sent from the CMake mailing list archive at Nabble.com.
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to