5 lines
230 B
Markdown
5 lines
230 B
Markdown
# 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.
|