Quantcast
Channel: Undefined reference to shared object when linking with cmake - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Dgrm for Undefined reference to shared object when linking with cmake

The problem was fixed changing${EXAMPLELIB} -> EXAMPLELIBset_property(TARGET EXAMPLELIB PROPERTY IMPORTED_LOCATION "lib/libExample.so") ->set_property(TARGET EXAMPLELIB PROPERTY IMPORTED_LOCATION...

View Article



Undefined reference to shared object when linking with cmake

I am trying to create a shared object library that I can share with another person without sharing the ".cpp" files and without having to install it in "/usr/". In order to do so, since I am inexpert...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images