CMake transitive LINK_LIBRARIES
Small test to check if the target property LINK_LIBRARIES was transitive. It seems it was only added as the result of the generator expression $<TARGET_PROPERTY:tgt,LINK_LIBRARIES> in CMake 4.1.
Description
Languages
CMake
100%