X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=3rdparty%2Fgoogletest%2FMakefile.am;fp=3rdparty%2Fgoogletest%2FMakefile.am;h=433eefeb08026fa46e702db9e853e8a4efdfc989;hb=ef2bf51d04aaf01fa0cabdcaf905b23423067662;hp=0000000000000000000000000000000000000000;hpb=edc9b96a441194b571e8d55ec1603b5be0ea52eb;p=ric-plt%2Fsdl.git diff --git a/3rdparty/googletest/Makefile.am b/3rdparty/googletest/Makefile.am new file mode 100644 index 0000000..433eefe --- /dev/null +++ b/3rdparty/googletest/Makefile.am @@ -0,0 +1,14 @@ +## Process this file with automake to produce Makefile.in +ACLOCAL_AMFLAGS = -I m4 + +AUTOMAKE_OPTIONS = foreign + +# Build . before src so that our all-local and clean-local hooks kicks in at +# the right time. +SUBDIRS = googletest googlemock + +EXTRA_DIST = \ + BUILD.bazel \ + CMakeLists.txt \ + README.md \ + WORKSPACE