Languages

Menu
Sites
Language
Linking one static library to another

Hi All,

I have created two static library project in my IDE.

Now I want to link one static library to another static library.

How can I do this in Eclipse? I am using Tizen SDK 2.3.0_Rev2.

Thank you.

Responses

1 Replies
Dharmesh Guna

Hi,

In shared library we can link any other shared library.

So I created shared library for my project.

Thanks.