[CMake] Re: Visual Studio, Cmake and DLL
Mike Jackson
imikejackson at gmail.com
Fri Apr 13 17:35:22 EDT 2007
Sorry.. figured it out..
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On Apr 13, 2007, at 4:14 PM, Mike Jackson wrote:
> I have a project that I use cmake as the build system. In Windows I
> have it generate VS 2003 .Net project files. The basic layout of the
> project is a base library, lets call it "A", and then some other
> utilities built on top of "A" along with some unit tests. The problem
> in VS is at the linking stage. When VS builds the "A" library, only
> libA.dll is produced. When I try to build my unit tests the linker
> complains that libA.lib can not be found. Is there something simple
> that I am missing?
>
> Background: I am mainly an OS X/Makefile/Xcode guy so I am learning
> VS as I go.
>
> Thanks for any help.
> --
> Mike Jackson
> imikejackson _at_ gee-mail dot com
More information about the CMake
mailing list