[Cmake] Re: [cable] Forcing dlls under VC6, WinXP

Brad King brad.king at kitware.com
Tue Mar 18 16:27:14 EST 2003


> How do I force the compilation of dlls in Visual Studio 6?
[snip]
> ADD_LIBRARY(mylibraryTcl)
> ITK_WRAP_TCL(mylibraryTcl mylib_config.cxx)

ADD_LIBRARY(mylibraryTcl SHARED)

-Brad




More information about the CMake mailing list