I've got a library (well, several actually) that I need to build with ExternalProject, but are already included in the source tree. I need to configure and build them with ExternalProject (it's either that or write CMake based builds for them, which would be a LOT of work) and I'll potentially need to do this both on Windows and Unix-style systems.
Has anyone done this with CMake already? Are there some worked examples of ./configure && make based projects, as well as WIN32 Visual Studio based approaches? I've tried playing with ExternalProject a bit but some worked examples would be REALLY handy. Thanks, CY _______________________________________________ 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