You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
268 B

  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. modules=
  6. Name: log4cplus
  7. Version: @VERSION@
  8. Description: Simple to use, thread-safe C++ logging API
  9. Requires:
  10. Libs: -L${libdir} -llog4cplus
  11. Libs.private: @LIBS@
  12. Cflags: -I${includedir}