Homec4science

Generate a libgtest.la to help libtool managing dependencies

Authored by Knut Omang <knut.omang@oracle.com> on Feb 25 2018, 15:41.

Description

Generate a libgtest.la to help libtool managing dependencies

When building and using googletest from an install tree
we want libtool to generate rpath in the dependent binaries
to allow them to be executed from a build without a need
for LD_LIBRARY_PATH or similar.

For libtool based project this happens automatically
as projects generates .la files and install them.
Provide such a file for gtest as well to allow it to
work smoothly with libtool based projects.

Signed-off-by: Knut Omang <knut.omang@oracle.com>

Details

Committed
Knut Omang <knut.omang@oracle.com>Feb 11 2019, 20:17
Pushed
trottetDec 4 2019, 13:52
Parents
R9484:9a502a5b14b4: Merge pull request #2100 from ngie-eign/test-clang-osx-every-travis-run
Branches
Unknown
Tags
Unknown

Event Timeline

Knut Omang <knut.omang@oracle.com> committed R9484:f4d3cdb65753: Generate a libgtest.la to help libtool managing dependencies (authored by Knut Omang <knut.omang@oracle.com>).Feb 11 2019, 20:17