How to link to library with CMake on Linux without full path to it?
In CMake I build Rust library with add_custom_target()
and link C++ executable to it.
How to link to library with CMake on Linux without full path to it?
In CMake I build Rust library with add_custom_target()
and link C++ executable to it.