Hi,
I have two project in one workspace. One is a shared library libproject. Another is a program using the library project-test. I have set the project dependency so that project-test depends on libproject. However, when I tried to build project-test, I got errors about undefined reference to functions of libproject. How can I solve this problem?
Regards,