On 9. Feb, 2010, at 18:11 , C. Meissa wrote:
> Hello,
> thx for your reply…
>
> Am Dienstag, 9. Februar 2010 schrieb Michael Wild:
>> What is it exactly you are trying to achieve?
>
> Well, you got me perfectly right…
> I like to have all symbols in my static libraries included as is… :-)
>
>>
Hello,
thx for your reply…
Am Dienstag, 9. Februar 2010 schrieb Michael Wild:
> What is it exactly you are trying to achieve?
Well, you got me perfectly right…
I like to have all symbols in my static libraries included as is… :-)
> IMHO this can't possibly work. I assume that you want to create
On 9. Feb, 2010, at 17:13 , C. Meissa wrote:
> Hello Lists,
>
> I have lots of small libraries and sometime it is needed to unify them to a
> main program library e.g. libtest.so for my test program…
>
> I tried
> ADD_LIBRARY(test-mainlib SHARED "")
> SET_TARGET_PROPERTIES( test-mainlib PROPER
Hello Lists,
I have lots of small libraries and sometime it is needed to unify them to a
main program library e.g. libtest.so for my test program…
I tried
ADD_LIBRARY(test-mainlib SHARED "")
SET_TARGET_PROPERTIES( test-mainlib PROPERTIES OUPUT_NAME libtest )
But this does not work due to "Canno