You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the package via "make install"
I'am going to use this package in C++
however, when compile the example code, undefined reference error come out.
maybe this is link error, but what name of lib should I link in CMakeFiles?
link_libraries("?")
The text was updated successfully, but these errors were encountered:
What example are you trying to compile? Could you also provide me with the complete output of the compiler, the compiler you are using and what commit you are building from?
I installed the package via "make install"
I'am going to use this package in C++
however, when compile the example code, undefined reference error come out.
maybe this is link error, but what name of lib should I link in CMakeFiles?
link_libraries("?")
The text was updated successfully, but these errors were encountered: