Is cmake linking my executable to my shared library statically?
I have a few shared libraries that link with eachother, then an executable that only links to one as an entrypoint, i’m not getting any symbols during runtime on anything of that sorts, i am simply passing SHARED to add_library().
Is cmake linking my executable to my shared library statically?
I have a few shared libraries that link with eachother, then an executable that only links to one as an entrypoint, i’m not getting any symbols during runtime on anything of that sorts, i am simply passing SHARED to add_library().
Is cmake linking my executable to my shared library statically?
I have a few shared libraries that link with eachother, then an executable that only links to one as an entrypoint, i’m not getting any symbols during runtime on anything of that sorts, i am simply passing SHARED to add_library().
C++ CMake Project: Issues Including External Library Header Files
I’m trying to use an external library (SerialSDK) in my C++ CMake project. My project structure looks like this: