I'm trying to work with a vendor's strange build environment that uses gnumake and several (very annoying) Makefiles. Part of the problem is that when the environment builds an emulator, it uses the MSVC toolchain. Once you actually build the real module, it uses gcc so that the object can be deployed to a linux workstation.
* How would be the best way to handle this in CMake? * Should the two options be two different external projects that I include in some top-level project? * I suppose I could also do something like add execute_process() commands that build using their toolchain, but how then do I make those commands become targets? -- Shane Dixon Linux Engineer Atmel Corporation _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake