1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- dnl GTEST_LIB_CHECK(
- )
- dnl
- dnl Check for the presence of the Google Test library, optionally at a minimum
- dnl version, and indicate a viable version with the HAVE_GTEST flag. It defines
- dnl standard variables for substitution including GTEST_CPPFLAGS,
- dnl GTEST_CXXFLAGS, GTEST_LDFLAGS, and GTEST_LIBS. It also defines
- dnl GTEST_VERSION as the version of Google Test found. Finally, it provides
- dnl optional custom action slots in the event GTEST is found or not.
- AC_DEFUN(,
- )
|