File: gtest.pc.in

package info (click to toggle)
scitokens-cpp 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,152 kB
  • sloc: cpp: 53,244; python: 7,418; sh: 319; makefile: 85
file content (9 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (168)
1
2
3
4
5
6
7
8
9
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@

Name: gtest
Description: GoogleTest (without main() function)
Version: @PROJECT_VERSION@
URL: https://github.com/google/googletest
Libs: -L${libdir} -lgtest @CMAKE_THREAD_LIBS_INIT@
Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@