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
Thanks for the help in advance. I have a cmake rule defined somewhere, which builds Iceoryx. The build results are some header files, some CMake files and some libraries, as specified in the following code section.
In one of the rather strange test, I need to set LD_LIBRARY_PATH so that an executable can find the libraries built by @iceoryx//:iceoryx target. Can I get some advice how to query that information? Thanks!
Thanks for the help in advance. I have a
cmake
rule defined somewhere, which builds Iceoryx. The build results are some header files, some CMake files and some libraries, as specified in the following code section.In one of the rather strange test, I need to set
LD_LIBRARY_PATH
so that an executable can find the libraries built by@iceoryx//:iceoryx
target. Can I get some advice how to query that information? Thanks!The text was updated successfully, but these errors were encountered: