Xavier Delannoy wrote:
On Wed, 22 Mar 2006 09:51:26 -0500
"William A. Hoffman" <[EMAIL PROTECTED]> wrote:


ADD_LIBRARY(fooShared SHARED foo.o)
SET_TARGET_PROPERTIES(fooShared PROPERTIES OUTPUT_NAME foo)
ADD_LIBRARY(fooStatic STATIC foo.o)
SET_TARGET_PROPERTIES(fooStatic PROPERTIES OUTPUT_NAME foo)


does this work with CMake 2.2p3 ?

cause, I try but the output_name is fooShared or fooStatic, and not foo ;(

No, as I said in my other response this requires CVS CMake. Support will be included in the next release. Unfortunately support for the option required several sweeping changes so a fix in a patch release is not practical.

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

Reply via email to