[CMake] Example using ExternalProject for configure+make and/or Win32?

Clifford Yapp cliffyapp at gmail.com
Wed Aug 18 16:21:42 EDT 2010


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


More information about the CMake mailing list