I've got a library which I want to build from a target which has a
different name.  Is there any way of doing this?

 

If I do,

 

ADD_LIBRARY(Foo source.cpp)

 

this creates a target called 'Foo' which builds 'Foo.lib'.  However I
want the library 'Foo.lib' to be built from a target call 'Foo.Code'.
Is this possible?  (I've not explained the whole picture as it's more
complicated than this).

 

this

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to