I have ABC project and BCD project. ABC needs libraries from BCD project. How to link those libraries to my ABC project.
ABC-
|
|-->Src
|
|-->Pre-build--> BCD
I tried with FIND_PACKAGE() and ADD_LIBRARY() but nothing seems to work