On Monday 30 November 2009, Romain CHANU wrote: > Hi, > > Thank you for your answer. > > I want to compile on both Linux and Windows with the same CMakeLists.txt. I > will have a look to the different variables.
Ok, so this is not cross compiling, you don't need any toolchain files or anything else which is related to cross compiling. I suggest you start with something simple and then add features (build-wise) to it until you have what you need for your actual project. Alex _______________________________________________ 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
