aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/cmake
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-02-13 14:07:25 -0500
committerGennadiy Civil <misterg@google.com>2019-02-13 14:07:26 -0500
commitf73b2fb39efcac92d3e9fe079e4f7c809baa975e (patch)
treeeec3eadc05465c92f3b88c2fe6b076b462a6490c /googletest/cmake
parentea43be9d1a781b73dbd573954ee4a371c233a583 (diff)
parentf4d3cdb65753608a7708c681f9ae6248dafcfe3d (diff)
downloadgoogletest-f73b2fb39efcac92d3e9fe079e4f7c809baa975e.tar.gz
googletest-f73b2fb39efcac92d3e9fe079e4f7c809baa975e.tar.bz2
googletest-f73b2fb39efcac92d3e9fe079e4f7c809baa975e.zip
Merge pull request #2114 from knuto:pr/libtool_support
PiperOrigin-RevId: 233773676
Diffstat (limited to 'googletest/cmake')
-rw-r--r--googletest/cmake/libgtest.la.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/googletest/cmake/libgtest.la.in b/googletest/cmake/libgtest.la.in
new file mode 100644
index 00000000..840c8388
--- /dev/null
+++ b/googletest/cmake/libgtest.la.in
@@ -0,0 +1,21 @@
+# libgtest.la - a libtool library file
+# Generated by libtool (GNU libtool) 2.4.6
+
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# Names of this library.
+library_names='libgtest.so'
+
+# Is this an already installed library?
+installed=yes
+
+# Should we warn about portability when linking against -modules?
+shouldnotlink=no
+
+# Files to dlopen/dlpreopen
+dlopen=''
+dlpreopen=''
+
+# Directory that this library needs to be installed in:
+libdir='@CMAKE_INSTALL_FULL_LIBDIR@'