summaryrefslogtreecommitdiffstats
path: root/googletest/cmake/libgtest.la.in
Commit message (Collapse)AuthorAgeFilesLines
* Generate a libgtest.la to help libtool managing dependenciesKnut Omang2019-02-111-0/+21
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>
OpenPOWER on IntegriCloud