[CMake] transitive link flags

Luke Dalessandro luked at cs.rochester.edu
Sun Nov 6 13:04:19 EST 2011


Hi everyone,

I have a static library target that has some sources that rely on link-time symbol interposition.

Is there an existing way to set transitive link flags of the "-Wl,--wrap,symbol" variety on the library target so that executables that depend on the library are automatically linked correctly?

Thanks,
Luke


More information about the CMake mailing list