Files
cpp-project-template/third_party/prometheus/3rdparty/civetweb/cmake/civetweb-cpp.pc.in

13 lines
307 B
PkgConfig
Raw Normal View History

2025-08-22 18:22:57 +08:00
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
Name: @PROJECT_NAME@-cpp
Description: generic graph library
Version: @PROJECT_VERSION@
Requires:
Libs: -L${libdir} -l@PROJECT_NAME@-cpp
Cflags: -I${includedir}