[CMake] Using CMake as a VC7 workspace generator with external makefiles

Brad King brad.king at kitware.com
Fri Jun 17 11:53:21 EDT 2005


Richard Maunder wrote:
> I thought prehaps there might be a CMAKE_XXX var or some other way to do
> this? ADD_LIBRARY / ADD_EXECUTABLE only seem to be capable of making
> lib/dll/exe projects?

These commands are the only way to add these kinds of projects.  You 
could try using CONFIGURE_FILE after the GLOB to write your own Makefile.

-Brad


More information about the CMake mailing list