[CMake] Inconsistent lib dependancie/name for libnames with dots

Andreas Pakulat apaku at gmx.de
Sat Oct 23 18:13:38 EDT 2010


On 23.10.10 16:45:16, Bastian Moldenhauer wrote:
> >On 23.10.10 14:01:04, Bastian Moldenhauer wrote:
> >> ADD_LIBRARY(b ${src})
> 
> >Note that this line above creates a target called 'b' which will build a
> library called "b.lib".
> 
> I undersand that. Just use this line instead:
> ADD_LIBRARY(b.b ${src})

I actually did already do that and as I said it works with Unix
makefiles here. I don't have a way to verify with a VS generator
currently, but if the deps are not setup properly there that does sound
like something you should file in cmake's bugtracker.

Andreas

-- 
Your own qualities will help prevent your advancement in the world.


More information about the CMake mailing list