TARGET_RUNTIME_DLLS for Linux?

Hi there,

There is $<TARGET_RUNTIME_DLLS:tgt> and $<TARGET_RUNTIME_DLL_DIRS:tgt> which is useful when executing you own built binary and need to make the dlls it needs available in PATH.

I am wondering, why these things only exist for dll systems (aka Windows). In linux if you deconfigure your RPATH, you would also need this.

What is the reason why this is not supported for so-based systems?
Isn’t that simply the same logic?

(Of course, the naming would need to be changed but other than that?)