commit | d99a3a961e4a6ff7218d0ab749da57cf1a1677bd | [log] [tgz] |
---|---|---|
author | Björn Piltz <bjornpiltz@gmail.com> | Wed May 07 14:59:12 2014 +0200 |
committer | Björn Piltz <bjornpiltz@gmail.com> | Wed May 14 12:46:46 2014 +0200 |
tree | 278c4211d7f28968257a89b1a27b09b42e988f12 | |
parent | 1c089e8453583876f417b214f76a5863d7694986 [diff] |
Separate PUBLIC and PRIVATE library dependencies Do not propagate 3d party libs through IMPORTED_LINK_INTERFACE_LIBRARIES_[DEBUG/RELEASE] mechanism when building shared libraries. SuiteSparse, lapack & co are considered private. Glog still gets propagated since it is part of the public interface. See documentation of TARGET_LINK_LIBRARIES(). Change-Id: If0563b0c705b102876f5190e9a86694d10f79283